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

Fix bullseye build bad search-replace

parent db07334e
No related branches found
No related tags found
1 merge request!15Add 1.21.6 and a Bullseye build
Pipeline #4705 passed
...@@ -101,8 +101,8 @@ build-deb:bullseye: ...@@ -101,8 +101,8 @@ build-deb:bullseye:
stage: build stage: build
image: containers.ethitter.com:443/docker/images/debian:bullseye image: containers.ethitter.com:443/docker/images/debian:bullseye
variables: variables:
NGINX_BINARY: $NGINX_BINARY_bullseye NGINX_BINARY: $NGINX_BINARY_BULLSEYE
NGINX_VERSION: $NGINX_VERSION_bullseye NGINX_VERSION: $NGINX_VERSION_BULLSEYE
BUILD_DIR: 'build-bullseye' BUILD_DIR: 'build-bullseye'
script: script:
- cd source - cd source
...@@ -117,7 +117,7 @@ test-deb:bullseye: ...@@ -117,7 +117,7 @@ test-deb:bullseye:
before_script: before_script:
- export BUILD_DIR="${CI_PROJECT_DIR}/build-bullseye" - export BUILD_DIR="${CI_PROJECT_DIR}/build-bullseye"
script: script:
- dpkg -i ${BUILD_DIR}/nginx_${NGINX_VERSION_bullseye}*.deb - dpkg -i ${BUILD_DIR}/nginx_${NGINX_VERSION_BULLSEYE}*.deb
- nginx -V - nginx -V
after_script: after_script:
- '' - ''
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment