the needs things
This commit is contained in:
parent
d4837226b6
commit
eb38035bea
@ -25,14 +25,13 @@ variables:
|
|||||||
MR_IMAGE_TAG: $CI_REGISTRY_IMAGE/$APP_NAME:mr-$CI_COMMIT_SHORT_SHA
|
MR_IMAGE_TAG: $CI_REGISTRY_IMAGE/$APP_NAME:mr-$CI_COMMIT_SHORT_SHA
|
||||||
|
|
||||||
build-merge-request:
|
build-merge-request:
|
||||||
|
stage: build
|
||||||
tags:
|
tags:
|
||||||
- integration
|
- integration
|
||||||
variables:
|
variables:
|
||||||
CI_DEBUG_TRACE: "true"
|
CI_DEBUG_TRACE: "true"
|
||||||
stage:
|
|
||||||
build
|
|
||||||
script:
|
script:
|
||||||
- TAG=$MR_IMAGE_TAG FRONTEND_ENV=staging sh ./scripts/build-push.sh
|
- TAG=$MR_IMAGE_TAG FRONTEND_ENV=dev sh ./scripts/build-push.sh
|
||||||
rules:
|
rules:
|
||||||
- if: $CI_PIPELINE_SOURCE == "merge_request_event"
|
- if: $CI_PIPELINE_SOURCE == "merge_request_event"
|
||||||
changes:
|
changes:
|
||||||
|
@ -15,6 +15,8 @@
|
|||||||
|
|
||||||
test-mr-cic-cache:
|
test-mr-cic-cache:
|
||||||
stage: test
|
stage: test
|
||||||
|
tags:
|
||||||
|
- integration
|
||||||
extends:
|
extends:
|
||||||
- .cic_cache_variables
|
- .cic_cache_variables
|
||||||
cache:
|
cache:
|
||||||
|
Loading…
Reference in New Issue
Block a user