From 84b5b997716a98a78bd8e011dedbac300ef33439 Mon Sep 17 00:00:00 2001 From: Adar Nimrod <nimrod@shore.co.il> Date: Sat, 10 Apr 2021 17:40:23 +0300 Subject: [PATCH] Remove image build and push. I'll decide on this later. --- .gitlab-ci.yml | 21 --------------------- 1 file changed, 21 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0df4c9d..f92da7b 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 -- GitLab