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
|
||||
|
||||
build-merge-request:
|
||||
stage: build
|
||||
tags:
|
||||
- integration
|
||||
variables:
|
||||
CI_DEBUG_TRACE: "true"
|
||||
stage:
|
||||
build
|
||||
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:
|
||||
- if: $CI_PIPELINE_SOURCE == "merge_request_event"
|
||||
changes:
|
||||
|
@ -15,6 +15,8 @@
|
||||
|
||||
test-mr-cic-cache:
|
||||
stage: test
|
||||
tags:
|
||||
- integration
|
||||
extends:
|
||||
- .cic_cache_variables
|
||||
cache:
|
||||
|
Loading…
Reference in New Issue
Block a user