Преглед изворни кода

update drone.yml

tags/v0.0.19
Peter Vivell пре 6 година
родитељ
комит
b72250f200
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1
    1
      drone.yml

+ 1
- 1
drone.yml Прегледај датотеку

@@ -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…
Откажи
Сачувај