From: Ken Dreyer Date: Fri, 28 Aug 2015 13:50:07 +0000 (-0600) Subject: takora: fix conditional syntax X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=236fde7767b1066c38158c437208b380a86c589d;p=ceph-build.git takora: fix conditional syntax In the previous commit, I forgot the "; then" syntax that bash needs. --- diff --git a/takora/build/build b/takora/build/build index fb760f1e..e820c1dc 100644 --- a/takora/build/build +++ b/takora/build/build @@ -18,7 +18,7 @@ else tito rpm fi -if [ -n "$BRANCH" ] +if [ -n "$BRANCH" ]; then # A user explicitly told Jenkins to build a branch. # (ie, this is not an automatic GitHub pull request build.) # Move the artifacts into position for archiving.