Skip to content
Snippets Groups Projects
Commit eef0fef7 authored by Filip Strömbäck's avatar Filip Strömbäck
Browse files

Fixed cloning of submodules for TAL.

parent 35af5049
No related branches found
No related tags found
2 merge requests!30Merge branch 'cherry-pick-b940cfc1' into 'test',!15Devel
Pipeline #60902 passed
......@@ -2,8 +2,9 @@
cd source
git submodule init
git submodule update
sed -i 's|url = \.\./database|url = https://oauth2:glpat-WeW_ytbQ83JMs2UnQmhe@gitlab.liu.se/upp-aes/database|' .gitmodules
git submodule update --init
git checkout .gitmodules
make
......
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