Browse Source

update drone.yml

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

+ 1
- 1
drone.yml View File

@@ -39,7 +39,7 @@ steps:
39 39
     - cp -rp html/. dist/var/www/html/gamma/
40 40
     - mkdir -p dist/etc/nginx/snippets
41 41
     - cp -p config/nginx-datasrc-location.conf dist/etc/nginx/snippets/nginx-datasrc-location.conf
42
-    - RELEASE=$RELEASE-${TAG}
42
+    - RELEASE=${REPO_NAME}-${BRANCH}
43 43
     - mv dist $RELEASE
44 44
     - ls -la $RELEASE
45 45
     - find $RELEASE -type f -exec md5sum '{}' \;

Loading…
Cancel
Save