Move the check script down into the bulid stage

This commit is contained in:
flow.gunso
2020-03-13 21:22:02 +01:00
parent 9f7ab04cda
commit 9483b81767

View File

@@ -10,11 +10,12 @@ stages:
before_script: before_script:
- apk add bash git - apk add bash git
- /bin/bash .utilities/check.sh
build: build:
stage: build stage: build
script: /bin/bash -e .utilities/build.sh script:
- /bin/bash .utilities/check.sh
- /bin/bash -e .utilities/build.sh
only: only:
- tags - tags
artifacts: artifacts: