Remove stage name suffix

This commit is contained in:
flow.gunso
2020-01-15 21:00:03 +01:00
parent 6fe8a5d533
commit c6451a9429

View File

@@ -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: