diff --git a/ci-templates/industrial-ci-templates.yml b/ci-templates/industrial-ci-templates.yml index 4e549190536eff42497c6bfe6cd1b86c707fa256..b59a8ef6e0574a5621dd7cadd831c365ed0896a4 100644 --- a/ci-templates/industrial-ci-templates.yml +++ b/ci-templates/industrial-ci-templates.yml @@ -22,7 +22,7 @@ DOCKER_PUSH_TAG: ${CI_COMMIT_REF_SLUG} DDEPLOY_YAML: ddeploy.yaml before_script: - - apk add --update python3 git py3-pip git-lfs bash + - apk add --update python3 git py3-pip git-lfs bash curl # forward the SSH authentication into the Docker executor - "which ssh-agent || ( apk update && apk add openssh-client )" - eval $(ssh-agent -s)