Loading templates/bats.yml +4 −0 Original line number Diff line number Diff line --- include: - project: shore/ci-templates file: templates/pre-commit.yml bats: stage: test image: adarnimrod/ci-images:bats Loading templates/docker-compose.yml +11 −0 Original line number Diff line number Diff line --- stages: - .pre - test - build - deploy - .post include: - project: shore/ci-templates file: templates/pre-commit.yml .compose-build: image: adarnimrod/ci-images:docker stage: build Loading templates/pypi-upload.yml +4 −0 Original line number Diff line number Diff line --- include: - project: shore/ci-templates file: templates/gitlab-release.yml pypi-upload: stage: deploy tags: [ns4.shore.co.il] Loading Loading
templates/bats.yml +4 −0 Original line number Diff line number Diff line --- include: - project: shore/ci-templates file: templates/pre-commit.yml bats: stage: test image: adarnimrod/ci-images:bats Loading
templates/docker-compose.yml +11 −0 Original line number Diff line number Diff line --- stages: - .pre - test - build - deploy - .post include: - project: shore/ci-templates file: templates/pre-commit.yml .compose-build: image: adarnimrod/ci-images:docker stage: build Loading
templates/pypi-upload.yml +4 −0 Original line number Diff line number Diff line --- include: - project: shore/ci-templates file: templates/gitlab-release.yml pypi-upload: stage: deploy tags: [ns4.shore.co.il] Loading