fix typo
This commit is contained in:
parent
28c6779856
commit
5dbfdeafba
@ -28,7 +28,7 @@ apt-get update
|
||||
|
||||
# Clean out old jenkins - useful if you are having issues upgrading
|
||||
CLEAN_JENKINS=${CLEAN_JENKINS:-no}
|
||||
if [ "$CLEAN_JENKINS" = "yes" ] then;
|
||||
if [ "$CLEAN_JENKINS" = "yes" ]; then
|
||||
apt-get remove jenkins jenkins-common
|
||||
fi
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user