Skip to content

Commit 3273990

Browse files
Fixes a bug in the Jenkins pipeline
It comment the line introduced with the commit f0eb330 Signed-off-by: Francesco Messina <francescomessina92@hotmail.com>
1 parent 834726b commit 3273990

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

scripts/install.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -140,14 +140,14 @@ echo "Install polycube"
140140
cd $DIR/..
141141
if [ "$INSTALL_CLEAN_POLYCUBE" == true ] ; then
142142
$SUDO rm -rf build
143-
else
143+
#else
144144
# The above commands are executed only in case of a manual install;
145145
# Jenkins runs this script with "$INSTALL_CLEAN_POLYCUBE" = true
146146
# The above commands are useful in case you are re-running this
147147
# script on an existing install, i.e., update source code and
148148
# all the submodules
149-
git pull
150-
git submodule update --init --recursive
149+
#git pull
150+
#git submodule update --init --recursive
151151
fi
152152

153153
mkdir -p build && cd build

0 commit comments

Comments
 (0)