summaryrefslogtreecommitdiff
path: root/scripts/travis/deploy_packages.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/travis/deploy_packages.sh')
-rwxr-xr-xscripts/travis/deploy_packages.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/scripts/travis/deploy_packages.sh b/scripts/travis/deploy_packages.sh
index c98b95730..e7e517394 100755
--- a/scripts/travis/deploy_packages.sh
+++ b/scripts/travis/deploy_packages.sh
@@ -24,7 +24,9 @@ then
exit 1
fi
-scripts/travis/build.sh
+if [ -z "${NO_BUILD}" ] || [ "${NO_BUILD}" != "true" ]; then
+ scripts/travis/build.sh
+fi
export RELEASE_GENESIS_PROCESS=true
export NO_BUILD=true