fix typo
This commit is contained in:
parent
28c6779856
commit
5dbfdeafba
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ apt-get update
|
||||||
|
|
||||||
# Clean out old jenkins - useful if you are having issues upgrading
|
# Clean out old jenkins - useful if you are having issues upgrading
|
||||||
CLEAN_JENKINS=${CLEAN_JENKINS:-no}
|
CLEAN_JENKINS=${CLEAN_JENKINS:-no}
|
||||||
if [ "$CLEAN_JENKINS" = "yes" ] then;
|
if [ "$CLEAN_JENKINS" = "yes" ]; then
|
||||||
apt-get remove jenkins jenkins-common
|
apt-get remove jenkins jenkins-common
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue