From a19f7d673e170afe564910dec456816cd7cc0889 Mon Sep 17 00:00:00 2001 From: Pietro Incardona <incardon@mpi-cbg.de> Date: Mon, 7 Sep 2015 21:19:32 +0200 Subject: [PATCH] Fixing jenkins script --- build_pdata.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build_pdata.sh b/build_pdata.sh index c30929bb..e6e5c8b3 100644 --- a/build_pdata.sh +++ b/build_pdata.sh @@ -19,6 +19,8 @@ if [ $? -ne 0 ]; then exit 1 fi +pwd +ls # pull from all the projects cd openfpm_data git pull origin develop -- GitLab