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

Fix bad variable reference

parent 91ae877c
No related branches found
No related tags found
1 merge request!1Add build
Pipeline #1107 failed
...@@ -18,4 +18,4 @@ package: ...@@ -18,4 +18,4 @@ package:
- debuild -us -uc - debuild -us -uc
artifacts: artifacts:
paths: paths:
- nginx_${NGINX_VERSION} - nginx_${NGINX_VERSION}*.deb
# 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