Skip to content
Snippets Groups Projects
Commit c185f363 authored by Pietro Incardona's avatar Pietro Incardona
Browse files

Fixing build script

parent c947eafa
No related branches found
No related tags found
No related merge requests found
......@@ -21,6 +21,7 @@ fi
# pull from all the projects
cd openfpm_data
git checkout develop
mkdir src/config
git pull origin develop
if [ $? -ne 0 ]; then
......@@ -56,9 +57,6 @@ if [ $? -ne 0 ]; then
fi
cd ..
cd openfpm_data
git checkout develop
cd ..
if [ "$2" == "gin" ]
then
......
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