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

Grasping at straws

parent ee486386
No related branches found
No related tags found
1 merge request!1MVP build process
Pipeline #555 failed
......@@ -8,6 +8,7 @@ stages:
test_build_script:
stage: test_pre_build
image: koalaman/shellcheck-alpine:latest
script:
- shellcheck ./scripts/build.sh
......
......@@ -51,9 +51,9 @@ git clone -q --recursive --depth 1 https://github.com/nginx/nginx.git -b "$NGINX
# Configure nginx
echo ""
echo "CONFIGURE NGINX"
cd "$NGINX_SRC_DIR/auto" || exit
cd "$NGINX_SRC_DIR" || exit
./configure \
.auto/configure \
--prefix=/etc/nginx \
--sbin-path=/usr/sbin/nginx \
--conf-path=/etc/nginx/nginx.conf \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment