Update apps/contract-migration/.gitlab-ci.yml, apps/cic-eth/.gitlab-ci.yml files
This commit is contained in:
parent
370f11c01b
commit
482aec165a
@ -1,6 +1,7 @@
|
|||||||
variables:
|
.app_variables:
|
||||||
APP_NAME: cic-eth
|
variables:
|
||||||
DOCKERFILE_PATH: $APP_NAME/docker/Dockerfile
|
APP_NAME: cic-eth
|
||||||
|
DOCKERFILE_PATH: $APP_NAME/docker/Dockerfile
|
||||||
|
|
||||||
.this_changes_target:
|
.this_changes_target:
|
||||||
rules:
|
rules:
|
||||||
@ -11,10 +12,12 @@ build-mr-cic-eth:
|
|||||||
extends:
|
extends:
|
||||||
- .this_changes_target
|
- .this_changes_target
|
||||||
- .py_build_merge_request
|
- .py_build_merge_request
|
||||||
|
- .app_variables
|
||||||
|
|
||||||
build-push-cic-eth:
|
build-push-cic-eth:
|
||||||
extends:
|
extends:
|
||||||
- .this_changes_target
|
- .this_changes_target
|
||||||
- .py_build_push
|
- .py_build_push
|
||||||
|
- .app_variables
|
||||||
|
|
||||||
|
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
variables:
|
.app_variables:
|
||||||
APP_NAME: contract-migration
|
variables:
|
||||||
DOCKERFILE_PATH: $APP_NAME/docker/Dockerfile
|
APP_NAME: contract-migration
|
||||||
|
DOCKERFILE_PATH: $APP_NAME/docker/Dockerfile
|
||||||
|
|
||||||
.this_changes_target:
|
.this_changes_target:
|
||||||
rules:
|
rules:
|
||||||
@ -11,8 +12,10 @@ build-mr-contract-migration:
|
|||||||
extends:
|
extends:
|
||||||
- .this_changes_target
|
- .this_changes_target
|
||||||
- .py_build_merge_request
|
- .py_build_merge_request
|
||||||
|
- .app_variables
|
||||||
|
|
||||||
build-push-contract-migration:
|
build-push-contract-migration:
|
||||||
extends:
|
extends:
|
||||||
- .this_changes_target
|
- .this_changes_target
|
||||||
- .py_build_push
|
- .py_build_push
|
||||||
|
- .app_variables
|
||||||
|
Loading…
Reference in New Issue
Block a user