[fuel] Disable iso build for master branch 83/35483/2
authorMichael Polenchuk <mpolenchuk@mirantis.com>
Mon, 29 May 2017 11:26:43 +0000 (15:26 +0400)
committerMichael Polenchuk <mpolenchuk@mirantis.com>
Mon, 29 May 2017 11:45:21 +0000 (15:45 +0400)
Change-Id: Id523ea140cb8fad92126f2ecb178d3b182ff022f
Signed-off-by: Michael Polenchuk <mpolenchuk@mirantis.com>
jjb/fuel/fuel-build.sh

index e1a4c02..e4a3041 100755 (executable)
@@ -7,6 +7,14 @@
 # which accompanies this distribution, and is available at
 # http://www.apache.org/licenses/LICENSE-2.0
 ##############################################################################
+
+# disable Fuel iso build for master branch
+if [[ "$BRANCH" == 'master' ]]; then
+    echo "--------------------------------------------------------"
+    echo "Done!"
+    exit 0
+fi
+
 set -o errexit
 set -o nounset
 set -o pipefail