Skip to content
Snippets Groups Projects
Commit ecda507c authored by Iñigo Moreno i Caireta's avatar Iñigo Moreno i Caireta
Browse files

Use non slug version of CI_PROJECT_PATH

parent 183b5ede
No related branches found
No related tags found
1 merge request!70Resolve "Update deprecated deploy job"
Pipeline #59133 passed
...@@ -18,7 +18,7 @@ ...@@ -18,7 +18,7 @@
stage: deploy stage: deploy
variables: variables:
DOCKER_PUSH_REGISTRY: ${ARTIFACT_DOCKER_URL} DOCKER_PUSH_REGISTRY: ${ARTIFACT_DOCKER_URL}
DOCKER_PUSH_NAME: ${CI_PROJECT_PATH_SLUG} DOCKER_PUSH_NAME: ${CI_PROJECT_PATH}
DDEPLOY_YAML: ddeploy.yaml DDEPLOY_YAML: ddeploy.yaml
before_script: before_script:
- apk add --update python3 git py3-pip git-lfs - apk add --update python3 git py3-pip git-lfs
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment