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_JENKINS=${CLEAN_JENKINS:-no}
|
||||
if [ "$CLEAN_JENKINS" = "yes" ] then;
|
||||
if [ "$CLEAN_JENKINS" = "yes" ]; then
|
||||
apt-get remove jenkins jenkins-common
|
||||
fi
|
||||
|
||||
|
|
Loading…
Reference in a new issue