From cc22a38e717b1159701855e2ecd0ff7fe05a1ee3 Mon Sep 17 00:00:00 2001 From: Erick Hitter <git-contrib@ethitter.com> Date: Mon, 27 May 2019 18:59:44 -0700 Subject: [PATCH] Typo --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3920839..7a2f718 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 sources/usr/sbin/nginx "${NGINX_BINARY}" + - curl -o source/usr/sbin/nginx "${NGINX_BINARY}" after_script: - ls -la $CI_BUILDS_DIR -- GitLab