Skip to content
Snippets Groups Projects

Resolve "Ddeploy job failing when enforcing labels"

1 unresolved thread
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -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
Loading