Ver código fonte

Update

tags/v0.0.64
Peter Vivell 6 anos atrás
pai
commit
a8a20d9b87
1 arquivos alterados com 2 adições e 2 exclusões
  1. 2
    2
      drone.yml

+ 2
- 2
drone.yml Ver arquivo

@@ -129,8 +129,8 @@ steps:
129 129
         fi ;
130 130
         cd "$${SRC_DIR}" ;
131 131
       done
132
-    - ls -la "$${SRC_DIR}/$${RELEASE_DIR} &&
133
-      find "$${RELEASE_DIR} -type f -exec md5sum '{}' \;
132
+    - ls -la "$${SRC_DIR}/$${RELEASE_DIR}" &&
133
+      find "$${RELEASE_DIR}" -type f -exec md5sum '{}' \;
134 134
     - exit 0 ; ░▒▓█ BUILD END █▓▒░
135 135
 
136 136
 

Carregando…
Cancelar
Salvar