wat hace 4 años
padre
commit
7567f3f45f
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      .drone.yml

+ 1
- 1
.drone.yml Ver fichero

@@ -67,7 +67,7 @@ steps:
67 67
   commands:
68 68
   - git config --global user.email "frontwork.me@gmail.com"
69 69
   - git config --global user.name "drone"
70
-  - >- if [ "${PACKAGE_VERSION}" != "${LATEST_VERSION}" ]; 
70
+  - > if [ "${PACKAGE_VERSION}" != "${LATEST_VERSION}" ]; 
71 71
     then
72 72
       git tag $PACKAGE_VERSION
73 73
       git status

Loading…
Cancelar
Guardar