Update apps/contract-migration/.gitlab-ci.yml, apps/cic-eth/.gitlab-ci.yml files
This commit is contained in:
parent
8198e51f73
commit
5d44995de5
@ -1,4 +1,4 @@
|
|||||||
.app_variables:
|
.cic_eth_variables:
|
||||||
variables:
|
variables:
|
||||||
APP_NAME: cic-eth
|
APP_NAME: cic-eth
|
||||||
DOCKERFILE_PATH: $APP_NAME/docker/Dockerfile
|
DOCKERFILE_PATH: $APP_NAME/docker/Dockerfile
|
||||||
@ -12,12 +12,12 @@ build-mr-cic-eth:
|
|||||||
extends:
|
extends:
|
||||||
- .this_changes_target
|
- .this_changes_target
|
||||||
- .py_build_merge_request
|
- .py_build_merge_request
|
||||||
- .app_variables
|
- .cic_eth_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
|
- .cic_eth_variables
|
||||||
|
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
.app_variables:
|
.contract_migration_variables:
|
||||||
variables:
|
variables:
|
||||||
APP_NAME: contract-migration
|
APP_NAME: contract-migration
|
||||||
DOCKERFILE_PATH: $APP_NAME/docker/Dockerfile
|
DOCKERFILE_PATH: $APP_NAME/docker/Dockerfile
|
||||||
@ -12,10 +12,10 @@ build-mr-contract-migration:
|
|||||||
extends:
|
extends:
|
||||||
- .this_changes_target
|
- .this_changes_target
|
||||||
- .py_build_merge_request
|
- .py_build_merge_request
|
||||||
- .app_variables
|
- .contract_migration_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
|
- .contract_migration_variables
|
||||||
|
Loading…
Reference in New Issue
Block a user