Skip to content
Snippets Groups Projects
Commit 9ca07b99 authored by Erick Hitter's avatar Erick Hitter
Browse files

Not how this works

parent d049d54f
Branches
No related tags found
1 merge request!2Prevent artifact name collisions
Pipeline #1124 failed
...@@ -8,7 +8,7 @@ before_script: ...@@ -8,7 +8,7 @@ before_script:
- ./nginx-build -V - ./nginx-build -V
after_script: after_script:
- export $BUILD_DIR=$CI_PROJECT_DIR/deb-$(lsb_release -r) - export BUILD_DIR=${CI_PROJECT_DIR}/deb-$(lsb_release -r)
- mkdir $BUILD_DIR - mkdir $BUILD_DIR
- mv $CI_PROJECT_DIR/nginx_${NGINX_VERSION}* $BUILD_DIR - mv $CI_PROJECT_DIR/nginx_${NGINX_VERSION}* $BUILD_DIR
- mv $CI_PROJECT_DIR/nginx-dbgsym_* $BUILD_DIR - mv $CI_PROJECT_DIR/nginx-dbgsym_* $BUILD_DIR
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment