Add pre-check, remove milestone--2.0 from CI jobs
This commit is contained in:
@@ -10,13 +10,13 @@ stages:
|
|||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
- apk add bash git
|
- apk add bash git
|
||||||
|
- /bin/bash .utilities/check.sh
|
||||||
|
|
||||||
build.tags:
|
build.tags:
|
||||||
stage: build
|
stage: build
|
||||||
script: /bin/bash -e .utilities/build.tags.sh
|
script: /bin/bash -e .utilities/build.tags.sh
|
||||||
only:
|
only:
|
||||||
- tags
|
- tags
|
||||||
- milestone--2.0
|
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
- $CI_PROJECT_NAME.tar
|
- $CI_PROJECT_NAME.tar
|
||||||
@@ -36,7 +36,6 @@ test:
|
|||||||
only:
|
only:
|
||||||
- tags
|
- tags
|
||||||
- schedules
|
- schedules
|
||||||
- milestone--2.0
|
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
- $CI_PROJECT_NAME.tar
|
- $CI_PROJECT_NAME.tar
|
||||||
@@ -46,7 +45,6 @@ publish.tags:
|
|||||||
script: /bin/bash -e .utilities/publish.tags.sh
|
script: /bin/bash -e .utilities/publish.tags.sh
|
||||||
only:
|
only:
|
||||||
- tags
|
- tags
|
||||||
- milestone--2.0
|
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
- $CI_PROJECT_NAME.tar
|
- $CI_PROJECT_NAME.tar
|
||||||
|
|||||||
Reference in New Issue
Block a user