Skip to content
Snippets Groups Projects
Commit 4cbcae7a authored by Joan Vallvé Navarro's avatar Joan Vallvé Navarro
Browse files

[skip ci] checkout devel in ci avoiding issues with cache

parent d7d7cf7a
No related branches found
No related tags found
2 merge requests!11new release,!10new release
...@@ -71,6 +71,7 @@ stages: ...@@ -71,6 +71,7 @@ stages:
- if [ -d wolf ]; then - if [ -d wolf ]; then
- echo "directory wolf exists" - echo "directory wolf exists"
- cd wolf - cd wolf
- git checkout devel
- git pull - git pull
- git checkout $WOLF_CORE_BRANCH - git checkout $WOLF_CORE_BRANCH
- else - else
......
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