Explorar el Código

Update drone.yml

tags/v0.0.26
Peter Vivell hace 6 años
padre
commit
9d3c5d154b
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      drone.yml

+ 1
- 1
drone.yml Ver fichero

@@ -41,7 +41,7 @@ steps:
41 41
     - rm -rf $CONTENT
42 42
     - ls -la release ; 
43 43
       find release -type f -exec md5sum '{}' \;
44
-    - echo "BUILD FINISHED."
44
+    - printf "\n\n\n======= BUILD FINISHED. =======\n\n\n"
45 45
 
46 46
 # http://plugins.drone.io/drone-plugins/drone-gitea-release/
47 47
 # https://github.com/drone-plugins/drone-gitea-release

Loading…
Cancelar
Guardar