Move the check script down into the bulid stage
This commit is contained in:
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user