Update ci_templates/.cic-template.yml, apps/cic-eth/.gitlab-ci.yml, .gitlab-ci.yml, apps/contract-migration/.gitlab-ci.yml files
This commit is contained in:
@@ -7,9 +7,10 @@
|
||||
.cic_eth_changes_target:
|
||||
rules:
|
||||
- if: $CI_PIPELINE_SOURCE == "merge_request_event"
|
||||
#changes:
|
||||
#- $CONTEXT/$APP_NAME/**/*
|
||||
changes:
|
||||
- $CONTEXT/**/*
|
||||
when: always
|
||||
- when: never
|
||||
|
||||
build-mr-cic-eth:
|
||||
extends:
|
||||
|
||||
@@ -3,10 +3,18 @@
|
||||
APP_NAME: contract-migration
|
||||
DOCKERFILE_PATH: $APP_NAME/docker/Dockerfile_ci
|
||||
|
||||
# .contract_migration_changes_target:
|
||||
# rules:
|
||||
# - changes:
|
||||
# - $CONTEXT/$APP_NAME/*
|
||||
|
||||
.contract_migration_changes_target:
|
||||
rules:
|
||||
- changes:
|
||||
- $CONTEXT/$APP_NAME/*
|
||||
- if: $CI_PIPELINE_SOURCE == "merge_request_event"
|
||||
changes:
|
||||
- $CONTEXT/**/*
|
||||
when: always
|
||||
- when: never
|
||||
|
||||
build-mr-contract-migration:
|
||||
extends:
|
||||
|
||||
Reference in New Issue
Block a user