Browse Source

Update

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

+ 1
- 1
drone.yml View File

@@ -127,7 +127,7 @@ steps:
127 127
           ls -la "$${RELEASE_DIR}/$${ARCHIVE_NAME}.$${ARCH}.tar.xz" ;
128 128
           make clean ;
129 129
         fi ;
130
-        cd "$${SRC_DIR}"
130
+        cd "$${SRC_DIR}" ;
131 131
       done
132 132
     - ls -la "$${SRC_DIR}/$${RELEASE_DIR} &&
133 133
       find "$${RELEASE_DIR} -type f -exec md5sum '{}' \;

Loading…
Cancel
Save