Explorar el Código

update drone.yml

tags/v0.0.19
Peter Vivell hace 6 años
padre
commit
36efc4d5f9
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      drone.yml

+ 1
- 1
drone.yml Ver fichero

@@ -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=${REPO_NAME}-${BRANCH}
42
+    - RELEASE=${DRONE_REPO_NAME}-$DRONE_BRANCH
43 43
     - mv dist $RELEASE
44 44
     - ls -la $RELEASE
45 45
     - find $RELEASE -type f -exec md5sum '{}' \;

Loading…
Cancelar
Guardar