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
Branches
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:
stage: build
image: containers.ethitter.com:443/docker/images/debian:bullseye
variables:
NGINX_BINARY: $NGINX_BINARY_bullseye
NGINX_VERSION: $NGINX_VERSION_bullseye
NGINX_BINARY: $NGINX_BINARY_BULLSEYE
NGINX_VERSION: $NGINX_VERSION_BULLSEYE
BUILD_DIR: 'build-bullseye'
script:
- cd source
......@@ -117,7 +117,7 @@ test-deb:bullseye:
before_script:
- export BUILD_DIR="${CI_PROJECT_DIR}/build-bullseye"
script:
- dpkg -i ${BUILD_DIR}/nginx_${NGINX_VERSION_bullseye}*.deb
- dpkg -i ${BUILD_DIR}/nginx_${NGINX_VERSION_BULLSEYE}*.deb
- nginx -V
after_script:
- ''
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment