From 5eeb83d62a1768eeaf0cb9e47ff94621b9d34fea Mon Sep 17 00:00:00 2001 From: Cresson Remi <remi.cresson@irstea.fr> Date: Fri, 30 Sep 2022 15:30:46 +0200 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7301254..86e699f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -36,8 +36,6 @@ Build the docker image: stage: Docker build allow_failure: false extends: .dind_base - except: - - master script: - docker info - > -- GitLab