Loading .gitlab-ci.yml +5 −0 Original line number Diff line number Diff line Loading @@ -5,6 +5,11 @@ include: - project: shore/ci-templates file: templates/docker.yml stages: - test - build - deploy build: extends: .compose-build tags: [ns4.shore.co.il] Loading Loading
.gitlab-ci.yml +5 −0 Original line number Diff line number Diff line Loading @@ -5,6 +5,11 @@ include: - project: shore/ci-templates file: templates/docker.yml stages: - test - build - deploy build: extends: .compose-build tags: [ns4.shore.co.il] Loading