Explorar el Código

„drone.yml“ ändern

tags/v0.0.4
pvivell hace 6 años
padre
commit
dbec811f88
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2
    1
      drone.yml

+ 2
- 1
drone.yml Ver fichero

@@ -29,7 +29,8 @@ steps:
29 29
 
30 30
 - name: release
31 31
   image: plugins/gitea-release
32
-  depends_on: build
32
+  depends_on: 
33
+    - build
33 34
   settings:
34 35
     api_key:
35 36
       from_secret: gitea-release

Loading…
Cancelar
Guardar