run bash syntax checker on ENTRYPOINT script

This commit is contained in:
Hans-Christoph Steiner 2018-05-22 22:06:21 +02:00
parent adc1471c5a
commit ff2c6e99a8
1 changed files with 2 additions and 0 deletions

View File

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