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

Fix bad variable reference

parent 3fed10ac
No related branches found
No related tags found
1 merge request!1Add build
Pipeline #1108 failed
This commit is part of merge request !1. Comments created here will be created in the context of that merge request.
......@@ -4,8 +4,10 @@ image: containers.ethitter.com:443/docker/images/debian:stretch
before_script:
- apt-get update
- apt-get -y --no-install-recommends install devscripts lintian fakeroot
- echo $CI_BUILDS_DIR
- echo $CI_PROJECT_DIR
- echo $NGINX_VERSION
- echo $NGINX_BINARY
# Relies on latest binary build artifact from https://git.ethitter.com/debian/nginx-build.
- curl -o source/fakeroot/usr/sbin/nginx "${NGINX_BINARY}"
after_script:
- ls -la $CI_BUILDS_DIR
......
# Relies on latest binary build artifact from https://git.ethitter.com/debian/nginx-build.
get_binary:
curl -o fakeroot/usr/sbin/nginx "${NGINX_BINARY}"
install: get_binary
install:
install fakeroot/etc/default/nginx /etc/default/nginx
install fakeroot/etc/init.d/nginx /etc/init.d/nginx
install fakeroot/etc/logrotate.d/nginx /etc/logrotate.d/nginx
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment