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
Branches
Tags
1 merge request!6Add Debian Jessie build image
This commit is part of merge request !6. Comments created here will be created in the context of that merge request.
...@@ -59,6 +59,14 @@ build-debian-jessie-build-dev: ...@@ -59,6 +59,14 @@ build-debian-jessie-build-dev:
except: except:
- master - 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 # PHP 7.3
build-php-7.3-master: build-php-7.3-master:
stage: deploy stage: deploy
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment