Skip to content
Snippets Groups Projects

[CI] Fix Clone SHA

Merged Arnaud Billon requested to merge ci-fix-clone into master
1 file
+ 3
0
Compare changes
  • Side-by-side
  • Inline
@@ -122,7 +122,10 @@ workflow:
- cd $LV_PROJECT_SRC_PATH
- git fetch --all
- git submodule foreach --recursive "git fetch --all"
- git checkout $CI_COMMIT_SHA
- git submodule update --init --recursive
- git status
- git log --oneline -n1 --no-abbrev
- cd $LV_PROJECT_BSB_PATH
- > # must use | instead of > for multiline string here as some variable may be empty, otherwise gitlab doesn't manage to parse it correclty
cmake -DCMAKE_BUILD_TYPE=Release
Loading