From b4a2ac326b4d89fb5a23b58d3dcf90c1e9c11191 Mon Sep 17 00:00:00 2001 From: Adar Nimrod <nimrod@shore.co.il> Date: Sun, 24 Jan 2021 21:38:54 +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 1460671..3f10783 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -12,9 +12,6 @@ stages: - build - deploy -variables: - IMAGE: docker-pre-commit - build: extends: .docker-build-shore tags: [ns4.shore.co.il] -- GitLab