From 54eb1a1ec30ca9c3d49357cf8cc96b214195beb0 Mon Sep 17 00:00:00 2001 From: Miguel Prada <miguel.prada@tecnalia.com> Date: Thu, 13 Jul 2023 16:08:54 +0200 Subject: [PATCH] Remove trailing whitespace --- ci-templates/industrial-ci-templates.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci-templates/industrial-ci-templates.yml b/ci-templates/industrial-ci-templates.yml index 73eff4f..f2c99ba 100644 --- a/ci-templates/industrial-ci-templates.yml +++ b/ci-templates/industrial-ci-templates.yml @@ -21,7 +21,7 @@ DOCKER_PUSH_NAME: ${CI_PROJECT_PATH} DOCKER_PUSH_TAG: ${CI_COMMIT_REF_NAME} DDEPLOY_YAML: ddeploy.yaml - GITLAB_TEMPLATES_BRANCH: master + GITLAB_TEMPLATES_BRANCH: master before_script: - apk add --update python3 git py3-pip git-lfs bash curl jq # forward the SSH authentication into the Docker executor -- GitLab