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

Add bullseye build

parent dcdbb58e
Branches
No related tags found
1 merge request!5Add bullseye build
Pipeline #4700 passed
......@@ -11,6 +11,32 @@ test_build_script:
script:
- shellcheck ./scripts/build.sh
# Bullseye
test_build_nginx_bullseye:
stage: build
image: containers.ethitter.com:443/docker/images/debian:bullseye
variables:
RELEASE_CODE_NAME: bullseye
script:
- chmod +x ./scripts/build.sh
- ./scripts/build.sh
except:
- master
build_nginx_bullseye:
stage: build
image: containers.ethitter.com:443/docker/images/debian:bullseye
variables:
RELEASE_CODE_NAME: bullseye
script:
- chmod +x ./scripts/build.sh
- ./scripts/build.sh
artifacts:
paths:
- artifacts
only:
- master
# Buster
test_build_nginx_buster:
stage: build
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment