Browse Source

Update

tags/v0.0.64
Peter Vivell 6 years ago
parent
commit
a8a20d9b87
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      drone.yml

+ 2
- 2
drone.yml View File

@@ -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
 

Loading…
Cancel
Save