Skip to content
Snippets Groups Projects
Commit 10cdfb0e authored by Jon Azpiazu's avatar Jon Azpiazu
Browse files

Make sure bash is installed, as is needed by the enforce_labels script

parent 9c5cc8c9
No related branches found
No related tags found
1 merge request!73Resolve "Force `ddeploy` options (e.g. image retention)"
Pipeline #60039 passed
......@@ -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
- apk add --update python3 git py3-pip git-lfs bash
# forward the SSH authentication into the Docker executor
- "which ssh-agent || ( apk update && apk add openssh-client )"
- eval $(ssh-agent -s)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment