Skip to content
Snippets Groups Projects

Resolve "Force `ddeploy` options (e.g. image retention)"

Merged Jon Azpiazu requested to merge 43-force-ddeploy-options-e-g-image-retention into master
All threads resolved!
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -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)
Loading