Skip to content
Snippets Groups Projects
Commit d7ec3450 authored by Guilhem Saurel's avatar Guilhem Saurel
Browse files

[CI] fix clone

parent 9e803421
No related branches found
No related tags found
No related merge requests found
...@@ -18,7 +18,7 @@ cache: ...@@ -18,7 +18,7 @@ cache:
- cd /root/robotpkg/math - cd /root/robotpkg/math
- git pull - git pull
- cd pinocchio - cd pinocchio
- make checkout MASTER_REPOSITORY="dir ${CI_PROJECT_DIR}" - make checkout MASTER_REPOSITORY="git ${CI_PROJECT_DIR}/.git"
- make install - make install
- cd work.$(hostname)/$(make show-var VARNAME=DISTNAME) - cd work.$(hostname)/$(make show-var VARNAME=DISTNAME)
- make test - make test
...@@ -43,10 +43,10 @@ robotpkg-pinocchio-18.04-release: ...@@ -43,10 +43,10 @@ robotpkg-pinocchio-18.04-release:
- cd /root/robotpkg/math - cd /root/robotpkg/math
- git pull - git pull
- cd pinocchio - cd pinocchio
- make checkout MASTER_REPOSITORY="dir ${CI_PROJECT_DIR}" - make checkout MASTER_REPOSITORY="git ${CI_PROJECT_DIR}/.git"
- cd .. - cd ..
- cd py-pinocchio - cd py-pinocchio
- make checkout MASTER_REPOSITORY="dir ${CI_PROJECT_DIR}" - make checkout MASTER_REPOSITORY="git ${CI_PROJECT_DIR}/.git"
- make install - make install
- cd work.$(hostname)/$(make show-var VARNAME=DISTNAME) - cd work.$(hostname)/$(make show-var VARNAME=DISTNAME)
- make test - make test
......
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