Update .gitlab-ci.yml
This commit is contained in:
parent
90cf24dcee
commit
8aa4d20eea
@ -29,8 +29,10 @@ build-push:
|
|||||||
stage: build
|
stage: build
|
||||||
tags:
|
tags:
|
||||||
- integration
|
- integration
|
||||||
|
#script:
|
||||||
|
# - TAG=$CI_COMMIT_REF_SLUG-$CI_COMMIT_SHORT_SHA sh ./scripts/build-push.sh
|
||||||
script:
|
script:
|
||||||
- TAG=$CI_COMMIT_REF_SLUG-$CI_COMMIT_SHORT_SHA sh ./scripts/build-push.sh
|
- TAG=latest sh ./scripts/build-push.sh
|
||||||
rules:
|
rules:
|
||||||
- if: $CI_COMMIT_REF_PROTECTED == "true"
|
- if: $CI_COMMIT_REF_PROTECTED == "true"
|
||||||
when: always
|
when: always
|
||||||
|
Loading…
Reference in New Issue
Block a user