From a65edc569bd091f1f6c7cf125c9f9c5183a7a6f2 Mon Sep 17 00:00:00 2001 From: Erick Hitter <git-contrib@ethitter.com> Date: Mon, 27 May 2019 18:20:18 -0700 Subject: [PATCH] Fix nginx binary destination --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5f75893..de062ce 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -7,7 +7,7 @@ before_script: - 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}" + - curl -o source/usr/sbin/nginx "${NGINX_BINARY}" after_script: - ls -la $CI_BUILDS_DIR -- GitLab