Skip to content
Snippets Groups Projects
Commit d60702e3 authored by Alejandro Lopez Gestoso's avatar Alejandro Lopez Gestoso
Browse files

Fixed wrong library name

parent b9f72e31
No related branches found
No related tags found
No related merge requests found
Pipeline #6032 passed
......@@ -28,8 +28,8 @@ update_repo:
stage: deploy
script:
- cd build
- "scp -i /root/.ssh/iriLabKeyNopwd -r *open-drive-format*.deb irilabo@labrepo.iri.upc.edu:packages/"
- "ssh irilabo@labrepo.iri.upc.edu -i /root/.ssh/iriLabKeyNopwd -tt /home/irilabo/repo_scripts/update_repo.sh open-drive-format $(lsb_release -cs)"
- "scp -i /root/.ssh/iriLabKeyNopwd -r *opendrive-to-gazebo*.deb irilabo@labrepo.iri.upc.edu:packages/"
- "ssh irilabo@labrepo.iri.upc.edu -i /root/.ssh/iriLabKeyNopwd -tt /home/irilabo/repo_scripts/update_repo.sh opendrive-to-gazebo $(lsb_release -cs)"
only:
- tags
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment