Loading .gitlab-ci.yml +5 −11 Original line number Diff line number Diff line --- include: - project: shore/ci-templates - project: shore/ci-stuff file: templates/pre-commit.yml - project: shore/ci-templates - project: shore/ci-stuff file: templates/docker.yml - project: shore/ci-templates file: templates/presentation.yml - project: shore/ci-templates - project: shore/ci-stuff file: templates/notify.yml - local: gitlab-ci-template/presentation.yml variables: PRESENTATION_ROOT: example stages: - test - build - deploy build: docker-build: extends: .docker-build-shore tags: [ns4.shore.co.il] Loading Loading
.gitlab-ci.yml +5 −11 Original line number Diff line number Diff line --- include: - project: shore/ci-templates - project: shore/ci-stuff file: templates/pre-commit.yml - project: shore/ci-templates - project: shore/ci-stuff file: templates/docker.yml - project: shore/ci-templates file: templates/presentation.yml - project: shore/ci-templates - project: shore/ci-stuff file: templates/notify.yml - local: gitlab-ci-template/presentation.yml variables: PRESENTATION_ROOT: example stages: - test - build - deploy build: docker-build: extends: .docker-build-shore tags: [ns4.shore.co.il] Loading