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

Pull projects submodules

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