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

Add missing dependency

parent 11498a78
No related branches found
No related tags found
1 merge request!73Resolve "Force `ddeploy` options (e.g. image retention)"
Pipeline #60220 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 bash curl
- apk add --update python3 git py3-pip git-lfs bash curl jq
# 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