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

Introduce buster build

parent 1969c325
No related branches found
No related tags found
1 merge request!4Add buster build
Pipeline #591 failed
...@@ -11,6 +11,28 @@ test_build_script: ...@@ -11,6 +11,28 @@ test_build_script:
script: script:
- shellcheck ./scripts/build.sh - shellcheck ./scripts/build.sh
# Buster
test_build_nginx_buster:
stage: build
image: containers.ethitter.com:443/docker/images/debian:buster
script:
- chmod +x ./scripts/build.sh
- ./scripts/build.sh
except:
- master
build_nginx_buster:
stage: build
image: containers.ethitter.com:443/docker/images/debian:buster
script:
- chmod +x ./scripts/build.sh
- ./scripts/build.sh
artifacts:
paths:
- artifacts
only:
- master
# Stretch # Stretch
test_build_nginx_stretch: test_build_nginx_stretch:
stage: build stage: build
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment