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

Fix bad variable reference

parent f51be9d2
No related branches found
No related tags found
1 merge request!1Add build
Pipeline #1106 failed
......@@ -10,13 +10,12 @@ before_script:
after_script:
- ls -la $CI_BUILDS_DIR
- ls -la $CI_PROJECT_DIR
- ls -la $CI_PROJECT_DIR../
package:
stage: build
script:
- cd source
- debuild -us -uc
# artifacts:
# paths:
# - artifacts
artifacts:
paths:
- nginx_${NGINX_VERSION}
# Relies on latest binary build artifact from https://git.ethitter.com/debian/nginx-build.
get_binary:
curl -o fakeroot/usr/sbin/nginx "$NGINX_BINARY"
curl -o fakeroot/usr/sbin/nginx $NGINX_BINARY
install: get_binary
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