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

Update ci-templates/industrial-ci-templates.yml

parent ca196865
No related branches found
No related tags found
2 merge requests!71Resolve "Try to use pip directly",!70Resolve "Update deprecated deploy job"
Pipeline #57791 failed
...@@ -48,7 +48,7 @@ ...@@ -48,7 +48,7 @@
- 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
- oldpath=$(pwd) && cd /tmp && git clone --quiet --depth 1 git@git.code.tecnalia.com:tecnalia_robotics/flexbotics/flexbotics_utils/ddeploy.git && cd ddeploy && pip install -r requirements.txt && pip install . && cd $oldpath - pip install git+ssh://git@git.code.tecnalia.com/tecnalia_robotics/flexbotics/flexbotics_utils/ddeploy.git
- docker login ${DOCKER_BASE_REGISTRY} -u ${DOCKER_BASE_USER} -p ${DOCKER_BASE_TOKEN} - docker login ${DOCKER_BASE_REGISTRY} -u ${DOCKER_BASE_USER} -p ${DOCKER_BASE_TOKEN}
script: script:
- echo "[]" > /tmp/empty.rosinstall - echo "[]" > /tmp/empty.rosinstall
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment