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