test: run bash syntax checker on all scripts

This commit is contained in:
Hans-Christoph Steiner 2018-06-14 18:02:36 +02:00
parent a5850ff189
commit 213709b138
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ build:
stage: build
script:
- apk add --no-cache bash
- /bin/bash -n gitlab-ci-git-buildpackage
- /bin/bash -n gitlab-ci-*
- echo Building ${RELEASE_IMAGE}
- docker build -t $TEST_IMAGE .
- docker push $TEST_IMAGE