Update apps/cic-meta/.gitlab-ci.yml, apps/cic-eth/.gitlab-ci.yml, apps/cic-notify/.gitlab-ci.yml, apps/cic-ussd/.gitlab-ci.yml, apps/contract-migration/.gitlab-ci.yml files
This commit is contained in:
parent
d636181479
commit
81e9128446
@ -3,20 +3,19 @@
|
|||||||
APP_NAME: cic-eth
|
APP_NAME: cic-eth
|
||||||
DOCKERFILE_PATH: $APP_NAME/docker/Dockerfile
|
DOCKERFILE_PATH: $APP_NAME/docker/Dockerfile
|
||||||
|
|
||||||
.this_changes_target:
|
.cic_eth_changes_target:
|
||||||
rules:
|
rules:
|
||||||
- changes:
|
- changes:
|
||||||
- $CONTEXT/$APP_NAME/*
|
- $CONTEXT/$APP_NAME/*
|
||||||
|
|
||||||
build-mr-cic-eth:
|
build-mr-cic-eth:
|
||||||
extends:
|
extends:
|
||||||
- .this_changes_target
|
- .cic_eth_changes_target
|
||||||
- .py_build_merge_request
|
- .py_build_merge_request
|
||||||
- .cic_eth_variables
|
- .cic_eth_variables
|
||||||
|
|
||||||
build-push-cic-eth:
|
build-push-cic-eth:
|
||||||
extends:
|
extends:
|
||||||
- .this_changes_target
|
|
||||||
- .py_build_push
|
- .py_build_push
|
||||||
- .cic_eth_variables
|
- .cic_eth_variables
|
||||||
|
|
||||||
|
1
apps/cic-eth/README.md
Normal file
1
apps/cic-eth/README.md
Normal file
@ -0,0 +1 @@
|
|||||||
|
# CIC-ETH
|
@ -4,20 +4,19 @@
|
|||||||
APP_NAME: cic-meta
|
APP_NAME: cic-meta
|
||||||
DOCKERFILE_PATH: $APP_NAME/docker/Dockerfile
|
DOCKERFILE_PATH: $APP_NAME/docker/Dockerfile
|
||||||
|
|
||||||
.this_changes_target:
|
.cic_meta_changes_target:
|
||||||
rules:
|
rules:
|
||||||
- changes:
|
- changes:
|
||||||
- $CONTEXT/$APP_NAME/*
|
- $CONTEXT/$APP_NAME/*
|
||||||
|
|
||||||
build-mr-cic-meta:
|
build-mr-cic-meta:
|
||||||
extends:
|
extends:
|
||||||
- .this_changes_target
|
- .cic_meta_changes_target
|
||||||
- .py_build_merge_request
|
- .py_build_merge_request
|
||||||
- .cic_meta_variables
|
- .cic_meta_variables
|
||||||
|
|
||||||
build-push-cic-meta:
|
build-push-cic-meta:
|
||||||
extends:
|
extends:
|
||||||
- .this_changes_target
|
|
||||||
- .py_build_push
|
- .py_build_push
|
||||||
- .cic_meta_variables
|
- .cic_meta_variables
|
||||||
|
|
||||||
|
@ -3,20 +3,19 @@
|
|||||||
APP_NAME: cic-notify
|
APP_NAME: cic-notify
|
||||||
DOCKERFILE_PATH: $APP_NAME/docker/Dockerfile
|
DOCKERFILE_PATH: $APP_NAME/docker/Dockerfile
|
||||||
|
|
||||||
.this_changes_target:
|
.cic_notify_changes_target:
|
||||||
rules:
|
rules:
|
||||||
- changes:
|
- changes:
|
||||||
- $CONTEXT/$APP_NAME/*
|
- $CONTEXT/$APP_NAME/*
|
||||||
|
|
||||||
build-mr-cic-notify:
|
build-mr-cic-notify:
|
||||||
extends:
|
extends:
|
||||||
- .this_changes_target
|
- .cic_notify_changes_target
|
||||||
- .py_build_merge_request
|
- .py_build_merge_request
|
||||||
- .cic_notify_variables
|
- .cic_notify_variables
|
||||||
|
|
||||||
build-push-cic-notify:
|
build-push-cic-notify:
|
||||||
extends:
|
extends:
|
||||||
- .this_changes_target
|
|
||||||
- .py_build_push
|
- .py_build_push
|
||||||
- .cic_notify_variables
|
- .cic_notify_variables
|
||||||
|
|
||||||
|
@ -3,20 +3,19 @@
|
|||||||
APP_NAME: cic-ussd
|
APP_NAME: cic-ussd
|
||||||
DOCKERFILE_PATH: $APP_NAME/docker/Dockerfile
|
DOCKERFILE_PATH: $APP_NAME/docker/Dockerfile
|
||||||
|
|
||||||
.this_changes_target:
|
.cic_ussd_changes_target:
|
||||||
rules:
|
rules:
|
||||||
- changes:
|
- changes:
|
||||||
- $CONTEXT/$APP_NAME/*
|
- $CONTEXT/$APP_NAME/*
|
||||||
|
|
||||||
build-mr-cic-ussd:
|
build-mr-cic-ussd:
|
||||||
extends:
|
extends:
|
||||||
- .this_changes_target
|
- .cic_ussd_changes_target
|
||||||
- .py_build_merge_request
|
- .py_build_merge_request
|
||||||
- .cic_ussd_variables
|
- .cic_ussd_variables
|
||||||
|
|
||||||
build-push-cic-ussd:
|
build-push-cic-ussd:
|
||||||
extends:
|
extends:
|
||||||
- .this_changes_target
|
|
||||||
- .py_build_push
|
- .py_build_push
|
||||||
- .cic_ussd_variables
|
- .cic_ussd_variables
|
||||||
|
|
||||||
|
@ -3,19 +3,18 @@
|
|||||||
APP_NAME: contract-migration
|
APP_NAME: contract-migration
|
||||||
DOCKERFILE_PATH: $APP_NAME/docker/Dockerfile
|
DOCKERFILE_PATH: $APP_NAME/docker/Dockerfile
|
||||||
|
|
||||||
.this_changes_target:
|
.contract_migration_changes_target:
|
||||||
rules:
|
rules:
|
||||||
- changes:
|
- changes:
|
||||||
- $CONTEXT/$APP_NAME/*
|
- $CONTEXT/$APP_NAME/*
|
||||||
|
|
||||||
build-mr-contract-migration:
|
build-mr-contract-migration:
|
||||||
extends:
|
extends:
|
||||||
- .this_changes_target
|
- .contract_migration_changes_target
|
||||||
- .py_build_merge_request
|
- .py_build_merge_request
|
||||||
- .contract_migration_variables
|
- .contract_migration_variables
|
||||||
|
|
||||||
build-push-contract-migration:
|
build-push-contract-migration:
|
||||||
extends:
|
extends:
|
||||||
- .this_changes_target
|
|
||||||
- .py_build_push
|
- .py_build_push
|
||||||
- .contract_migration_variables
|
- .contract_migration_variables
|
||||||
|
Loading…
Reference in New Issue
Block a user