update
This commit is contained in:
@@ -50,7 +50,7 @@ gobuild:
|
|||||||
extends: .golang-build
|
extends: .golang-build
|
||||||
stage: build
|
stage: build
|
||||||
rules:
|
rules:
|
||||||
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH || $CI_COMMIT_BRANCH =~ '/^release/'
|
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH || $CI_COMMIT_BRANCH =~ '/^release/' || $CI_MERGE_REQUEST_IID
|
||||||
exists:
|
exists:
|
||||||
- "go.mod"
|
- "go.mod"
|
||||||
|
|
||||||
@@ -65,7 +65,7 @@ docker-build:
|
|||||||
artifacts: true
|
artifacts: true
|
||||||
rules:
|
rules:
|
||||||
rules:
|
rules:
|
||||||
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH || $CI_COMMIT_BRANCH =~ '/^release/'
|
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH || $CI_COMMIT_BRANCH =~ '/^release/' || $CI_MERGE_REQUEST_IID
|
||||||
exists:
|
exists:
|
||||||
- "Dockerfile"
|
- "Dockerfile"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user