Update apps/cic-eth/.gitlab-ci.yml, ci_templates/.cic-template.yml, apps/contract-migration/.gitlab-ci.yml files
This commit is contained in:
@@ -1,12 +1,20 @@
|
||||
.contract-migration-changes-target:
|
||||
variables:
|
||||
APP_NAME: cic-eth
|
||||
DOCKERFILE_PATH: $APP_NAME/docker/Dockerfile
|
||||
|
||||
.this_changes_target:
|
||||
rules:
|
||||
- changes:
|
||||
- $CONTEXT/cic-eth/*
|
||||
- $CONTEXT/$APP_NAME/*
|
||||
|
||||
build-cic-eth:
|
||||
build-mr-cic-eth:
|
||||
extends:
|
||||
- .contract-migration-changes-target
|
||||
- .py-build
|
||||
variables:
|
||||
DOCKERFILE_PATH: cic-eth/docker/Dockerfile
|
||||
- .this_changes_target
|
||||
- .py_build_merge_request
|
||||
|
||||
build-push-cic-eth:
|
||||
extends:
|
||||
- .this_changes_target
|
||||
- .py_build_push
|
||||
|
||||
|
||||
|
||||
@@ -1,11 +1,18 @@
|
||||
.contract-migration-changes-target:
|
||||
variables:
|
||||
APP_NAME: contract-migration
|
||||
DOCKERFILE_PATH: $APP_NAME/docker/Dockerfile
|
||||
|
||||
.this_changes_target:
|
||||
rules:
|
||||
- changes:
|
||||
- $CONTEXT/contract-migration/*
|
||||
- $CONTEXT/$APP_NAME/*
|
||||
|
||||
build-contract-migration:
|
||||
build-mr-contract-migration:
|
||||
extends:
|
||||
- .contract-migration-changes-target
|
||||
- .py-build
|
||||
variables:
|
||||
DOCKERFILE_PATH: contract-migration/docker/Dockerfile
|
||||
- .this_changes_target
|
||||
- .py_build_merge_request
|
||||
|
||||
build-push-contract-migration:
|
||||
extends:
|
||||
- .this_changes_target
|
||||
- .py_build_push
|
||||
|
||||
Reference in New Issue
Block a user