mirror of
https://gitlab.durp.info/durfy/ci-includes/yml.git
synced 2026-05-07 16:00:31 -05:00
update
This commit is contained in:
parent
0c78a23938
commit
464dc28a9d
1 changed files with 13 additions and 13 deletions
|
|
@ -24,7 +24,7 @@ version:
|
||||||
- when: always
|
- when: always
|
||||||
|
|
||||||
build_container:
|
build_container:
|
||||||
extends: .docker_build
|
extends: .docker-build-container
|
||||||
stage: build
|
stage: build
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
|
|
@ -33,15 +33,15 @@ build_container:
|
||||||
- job: version
|
- job: version
|
||||||
artifacts: true
|
artifacts: true
|
||||||
|
|
||||||
publish_container:
|
#publish_container:
|
||||||
extends: .docker_push_gitlab
|
# extends: .docker_push_gitlab
|
||||||
stage: publish
|
# stage: publish
|
||||||
needs:
|
# needs:
|
||||||
- job: version
|
# - job: version
|
||||||
artifacts: true
|
# artifacts: true
|
||||||
- job: build_container
|
# - job: build_container
|
||||||
artifacts: true
|
# artifacts: true
|
||||||
rules:
|
# rules:
|
||||||
- if: $CI_COMMIT_BRANCH =~ '/^release/'
|
# - if: $CI_COMMIT_BRANCH =~ '/^release/'
|
||||||
- if: $CI_COMMIT_BRANCH =~ 'main'
|
# - if: $CI_COMMIT_BRANCH =~ 'main'
|
||||||
- when: never
|
# - when: never
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue