cic-internal-integration/.gitlab-ci.yml

15 lines
287 B
YAML

variables:
GIT_SUBMODULE_STRATEGY: recursive
before_script:
- git submodule sync --recursive
- git submodule update --init --recursive
include:
- local: 'ci_templates/.cic-template.yml'
- local: 'apps/contract-migration/.gitlab-ci.yml'
stages:
- build
- test
- release