diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0df4c9daf089f9bfe22f9a456958f32b2ed16b27..f92da7b142f506a53baa2e4028ac3e501c5919d9 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -2,24 +2,3 @@ include: - project: shore/ci-templates file: templates/pre-commit.yml - - project: shore/ci-templates - file: templates/docker.yml - -stages: - - test - - build - - deploy - -build: - extends: .docker-build-shore - tags: [ns4.shore.co.il] - -push-shore: - extends: .docker-push - tags: [ns4.shore.co.il] - -push-hub: - extends: .docker-push - tags: [ns4.shore.co.il] - variables: - DOCKER_REGISTRY: registry.hub.docker.com/adarnimrod