From c621ca6be363364c468a5e2310e5d02fe796a47c Mon Sep 17 00:00:00 2001 From: ThatOneCalculator Date: Wed, 2 Aug 2023 17:02:38 -0700 Subject: [PATCH] ci: :green_heart: `docker info` not needed for before_script --- .gitlab-ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 00384f512..4287666de 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -54,7 +54,6 @@ dockerPush: before_script: - cp .config/ci.yml .config/default.yml - cp .config/docker_ci.env .config/docker.env - - docker info script: - /kaniko/executor --context "${CI_PROJECT_DIR}"