Sfoglia il codice sorgente

Circumvent local drone naming & update to new spec

Sean 3 anni fa
parent
commit
627a22a6f9
1 ha cambiato i file con 2 aggiunte e 1 eliminazioni
  1. 2 1
      .drone.yml

+ 2 - 1
.drone.yml

@@ -1,4 +1,5 @@
 kind: pipeline
+type: docker
 name: default
 
 steps:
@@ -17,7 +18,7 @@ steps:
   - name: build-only
     image: plugins/docker
     settings:
-      repo: docker.snas.black-burn.ch/${DRONE_REPO_NAMESPACE,,}/${DRONE_REPO_NAME,,}
+      repo: drone-ci/${DRONE_REPO_NAMESPACE,,}/${DRONE_REPO_NAME,,}
       dry_run: true
     volumes:
       - name: docker_sock