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

Merge branch '57-ddeploy-job-failing-to-sintall-ddeploy' into 'master'

Resolve "Ddeploy job failing to sintall ddeploy"

Closes #57

See merge request !89
parents 397f1b98 f880cdc6
No related branches found
No related tags found
1 merge request!89Resolve "Ddeploy job failing to sintall ddeploy"
Pipeline #137917 passed
...@@ -44,7 +44,7 @@ variables: ...@@ -44,7 +44,7 @@ variables:
- git config --global credential.helper store - git config --global credential.helper store
- echo https://$ARTIFACT_CI_USER:$ARTIFACT_CI_TOKEN@artifact.tecnalia.com > ~/.git-credentials - echo https://$ARTIFACT_CI_USER:$ARTIFACT_CI_TOKEN@artifact.tecnalia.com > ~/.git-credentials
# install ddeploy # install ddeploy
- pip install git+ssh://git@git.code.tecnalia.com/tecnalia_robotics/flexbotics/flexbotics_utils/ddeploy.git@v0.2.0 - pip install --break-system-packages git+ssh://git@git.code.tecnalia.com/tecnalia_robotics/flexbotics/flexbotics_utils/ddeploy.git@v0.2.0
- echo "Logging into docker registry ${DOCKER_PUSH_REGISTRY} for user ${ARTIFACT_CI_USER}" - echo "Logging into docker registry ${DOCKER_PUSH_REGISTRY} for user ${ARTIFACT_CI_USER}"
- docker login ${DOCKER_PUSH_REGISTRY} -u ${ARTIFACT_CI_USER} -p ${ARTIFACT_CI_TOKEN} - docker login ${DOCKER_PUSH_REGISTRY} -u ${ARTIFACT_CI_USER} -p ${ARTIFACT_CI_TOKEN}
script: script:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment