Update apps/contract-migration/.gitlab-ci.yml, apps/cic-eth/.gitlab-ci.yml files
This commit is contained in:
parent
3256f23121
commit
58f3a90206
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user