Remove stage name suffix
This commit is contained in:
@@ -12,7 +12,7 @@ before_script:
|
|||||||
- apk add bash git
|
- apk add bash git
|
||||||
- /bin/bash .utilities/check.sh
|
- /bin/bash .utilities/check.sh
|
||||||
|
|
||||||
build.tags:
|
build:
|
||||||
stage: build
|
stage: build
|
||||||
script: /bin/bash -e .utilities/build.sh
|
script: /bin/bash -e .utilities/build.sh
|
||||||
only:
|
only:
|
||||||
@@ -31,7 +31,7 @@ test:
|
|||||||
paths:
|
paths:
|
||||||
- $CI_PROJECT_NAME.tar
|
- $CI_PROJECT_NAME.tar
|
||||||
|
|
||||||
publish.tags:
|
publish:
|
||||||
stage: publish
|
stage: publish
|
||||||
script: /bin/bash -e .utilities/publish.sh
|
script: /bin/bash -e .utilities/publish.sh
|
||||||
only:
|
only:
|
||||||
|
|||||||
Reference in New Issue
Block a user