2021-01-29 16:53:54 +01:00
|
|
|
variables:
|
|
|
|
GIT_SUBMODULE_STRATEGY: recursive
|
2021-01-29 16:51:36 +01:00
|
|
|
before_script:
|
2021-01-29 16:53:54 +01:00
|
|
|
- git submodule sync --recursive
|
|
|
|
- git submodule update --init --recursive
|
2021-01-29 16:51:36 +01:00
|
|
|
|
2021-01-24 21:16:22 +01:00
|
|
|
include:
|
2021-01-29 16:39:42 +01:00
|
|
|
- local: 'ci_templates/.cic-template.yml'
|
2021-01-24 21:44:46 +01:00
|
|
|
- local: 'apps/contract-migration/.gitlab-ci.yml'
|
2021-01-29 16:39:42 +01:00
|
|
|
- local: 'apps/cic-eth/.gitlab-ci.yml'
|
2021-01-24 21:16:22 +01:00
|
|
|
|
|
|
|
stages:
|
|
|
|
- build
|
|
|
|
- test
|
2021-01-24 21:44:46 +01:00
|
|
|
- release
|