From 83c2e653ecd195ae91a763db24271a7a22490d98 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?I=C3=B1igo=20Moreno?= <inigo.moreno@tecnalia.com> Date: Mon, 25 Oct 2021 12:29:18 +0200 Subject: [PATCH] Remove leftover code --- ci-templates/industrial-ci-templates.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/ci-templates/industrial-ci-templates.yml b/ci-templates/industrial-ci-templates.yml index 688e1a7..5140839 100644 --- a/ci-templates/industrial-ci-templates.yml +++ b/ci-templates/industrial-ci-templates.yml @@ -22,7 +22,6 @@ DOCKER_PUSH_TAG: ${CI_COMMIT_REF_SLUG} DDEPLOY_YAML: ddeploy.yaml before_script: - - docker info - apk add --update python3 git py3-pip git-lfs # forward the SSH authentication into the Docker executor - "which ssh-agent || ( apk update && apk add openssh-client )" -- GitLab