From 38c012e51bbc1bb8d8608fad2f7228fcdb813cc6 Mon Sep 17 00:00:00 2001 From: Adar Nimrod <nimrod@shore.co.il> Date: Sun, 24 Jan 2021 21:53:56 +0200 Subject: [PATCH] Use the default Docker image name. --- .gitlab-ci.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 60b049b..562fdf7 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -10,9 +10,6 @@ stages: - build - deploy -variables: - IMAGE: presentation - build: extends: .docker-build-shore tags: [ns4.shore.co.il] -- GitLab