Skip to content
Snippets Groups Projects
Commit d741f82b authored by Mattia Mancini's avatar Mattia Mancini
Browse files

Pull submodules before build

parent 94950767
No related branches found
No related tags found
1 merge request!1Add CI/CD
Pipeline #97852 failed
......@@ -19,8 +19,10 @@ if [ -d ${REPO_NAME} ];
then
cd ${REPO_NAME}
git reset --hard
git submodule update
else
git clone ${REPO_URL} ${REPO_NAME}
git submodule update
cd ${REPO_NAME}
fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment