the needs things

This commit is contained in:
Blair Vanderlugt 2021-08-19 10:31:20 -04:00
parent d4837226b6
commit eb38035bea
2 changed files with 4 additions and 3 deletions

View File

@ -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:

View File

@ -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: