Skip to content
Snippets Groups Projects

Add Debian Jessie build image

Merged Erick Hitter requested to merge add/debian-jessie into master
+ 8
9
@@ -13,12 +13,20 @@ before_script:
lint-dockerfile:
stage: test
image: hadolint/hadolint:latest-debian
services:
before_script:
- mkdir ~/.config
- cp ./.hadolint.yaml ~/.config/hadolint.yaml
script:
- find . -name "Dockerfile" -execdir hadolint {} \;
lint-shell-script:
stage: test
services:
image: koalaman/shellcheck:latest
script:
- find . -name "*.sh" -exec shellcheck {} \;
#
# IMAGE BUILDS/PUSHES
#
@@ -59,15 +67,6 @@ build-debian-jessie-build-dev:
except:
- master
lint-debian-jessie-build-script:
stage: test
image: debian:latest
before_script:
- apt-get update
- apt-get install -y shellcheck
script:
- shellcheck ./debian/jessie/setup.sh
# PHP 7.3
build-php-7.3-master:
stage: deploy
Loading