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

Fix bad variable reference

parent f51be9d2
Branches
No related tags found
1 merge request!1Add build
Pipeline #1106 failed
...@@ -10,13 +10,12 @@ before_script: ...@@ -10,13 +10,12 @@ before_script:
after_script: after_script:
- ls -la $CI_BUILDS_DIR - ls -la $CI_BUILDS_DIR
- ls -la $CI_PROJECT_DIR - ls -la $CI_PROJECT_DIR
- ls -la $CI_PROJECT_DIR../
package: package:
stage: build stage: build
script: script:
- cd source - cd source
- debuild -us -uc - debuild -us -uc
# artifacts: artifacts:
# paths: paths:
# - artifacts - nginx_${NGINX_VERSION}
# Relies on latest binary build artifact from https://git.ethitter.com/debian/nginx-build. # Relies on latest binary build artifact from https://git.ethitter.com/debian/nginx-build.
get_binary: get_binary:
curl -o fakeroot/usr/sbin/nginx "$NGINX_BINARY" curl -o fakeroot/usr/sbin/nginx $NGINX_BINARY
install: get_binary install: get_binary
install fakeroot/etc/default/nginx /etc/default/nginx install fakeroot/etc/default/nginx /etc/default/nginx
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment