Loading .gitlab-ci.yml +8 −1 Original line number Diff line number Diff line --- include: - project: shore/ci-templates file: templates/docker-compose.yml file: templates/pre-commit.yml - project: shore/ci-templates file: templates/docker.yml stages: - test - build - deploy build: extends: .compose-build Loading Loading
.gitlab-ci.yml +8 −1 Original line number Diff line number Diff line --- include: - project: shore/ci-templates file: templates/docker-compose.yml file: templates/pre-commit.yml - project: shore/ci-templates file: templates/docker.yml stages: - test - build - deploy build: extends: .compose-build Loading