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

Pinning the ddeploy version to be used

parent c116c917
No related branches found
No related tags found
1 merge request!70Resolve "Update deprecated deploy job"
Pipeline #59413 passed
......@@ -35,7 +35,7 @@
- git config --global credential.helper store
- echo https://$ARTIFACT_CI_USER:$ARTIFACT_CI_TOKEN@artifact.tecnalia.com > ~/.git-credentials
# install ddeploy
- pip install git+ssh://git@git.code.tecnalia.com/tecnalia_robotics/flexbotics/flexbotics_utils/ddeploy.git
- pip install git+ssh://git@git.code.tecnalia.com/tecnalia_robotics/flexbotics/flexbotics_utils/ddeploy.git@v0.1.0
- docker login ${ARTIFACT_DOCKER_URL} -u ${ARTIFACT_CI_USER} -p ${ARTIFACT_CI_TOKEN}
script:
# Run ddeploy
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment