Skip to content
Snippets Groups Projects

WIP: Resolve "Extend docker integration test environment"

Closed Ghost User requested to merge 117-extend-docker-integration-test-environment into develop
2 files
+ 10
2
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -24,7 +24,7 @@ cache:
- if: $CI_PIPELINE_SOURCE == "merge_request_event" && ($CI_MERGE_REQUEST_TARGET_BRANCH_NAME == $CI_DEFAULT_BRANCH || $CI_MERGE_REQUEST_TARGET_BRANCH_NAME == 'develop')
variables:
TF_VAR_container_tag: $CI_REGISTRY_IMAGE:merge-request
- if: $CI_COMMIT_BRANCH == "integration-test"
- if: '$CI_COMMIT_BRANCH =~ /integration-test/'
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
- if: $CI_NIGHTLY
@@ -69,4 +69,4 @@ destroy:tf:
stage: .post
script:
- gitlab-terraform destroy
<<: *tf
\ No newline at end of file
<<: *tf
Loading