Update apps/contract-migration/.gitlab-ci.yml, apps/cic-eth/.gitlab-ci.yml files

This commit is contained in:
Blair Vanderlugt 2021-07-06 19:54:36 +00:00
parent 3256f23121
commit 58f3a90206
2 changed files with 5 additions and 5 deletions

View File

@ -11,7 +11,7 @@ build-mr-cic-eth:
rules:
- if: $CI_PIPELINE_SOURCE == "merge_request_event"
changes:
- $CONTEXT/**/*
- apps/cic-eth/**/*
when: always
test-mr-cic-eth:
@ -33,7 +33,7 @@ test-mr-cic-eth:
rules:
- if: $CI_PIPELINE_SOURCE == "merge_request_event"
changes:
- $CONTEXT/**/*
- apps/cic-eth/**/*
when: always
build-push-cic-eth:
@ -43,5 +43,5 @@ build-push-cic-eth:
rules:
- if: $CI_COMMIT_BRANCH == "master"
changes:
- $CONTEXT/**/*
- apps/cic-eth/**/*
when: always

View File

@ -11,7 +11,7 @@ build-mr-contract-migration:
rules:
- if: $CI_PIPELINE_SOURCE == "merge_request_event"
changes:
- $CONTEXT/**/*
- apps/contract-migration/**/*
when: always
build-push-contract-migration:
@ -21,5 +21,5 @@ build-push-contract-migration:
rules:
- if: $CI_COMMIT_BRANCH == "master"
changes:
- $CONTEXT/**/*
- apps/contract-migration/**/*
when: always