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

Lint the Jessie build script

parent 4a1d16ad
No related branches found
No related tags found
1 merge request!6Add Debian Jessie build image
......@@ -59,6 +59,14 @@ build-debian-jessie-build-dev:
except:
- master
lint-debian-jessie-build-script:
stage: test
image: debian:latest
before_script:
- apt-get install -y shellcheck
script:
- shellcheck ./debian/jessie/setup.sh
# PHP 7.3
build-php-7.3-master:
stage: deploy
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment