X-Git-Url: https://gerrit.nordix.org/gitweb?a=blobdiff_plain;f=jjb%2Fengine%2Fscripts%2Fdeploy.sh;h=56010749b6965ea4df69c874185c592d72b4421a;hb=82c97534c13a9e2a99fb07d98ec26b2ed07717cf;hp=71b12ce5479b3549f8d05f053fe49f8e05e3af26;hpb=5410f0f440f1c6c724fc99bd907b6f91c0a82032;p=infra%2Fcicd.git diff --git a/jjb/engine/scripts/deploy.sh b/jjb/engine/scripts/deploy.sh index 71b12ce5..56010749 100755 --- a/jjb/engine/scripts/deploy.sh +++ b/jjb/engine/scripts/deploy.sh @@ -22,11 +22,6 @@ set -o nounset set -o errexit set -o pipefail -if [[ "$EXECUTION_MODE" == "offline-deployment" && "$GERRIT_PROJECT" == "infra/installer/kolla" ]]; then - echo "Info : Offline deployments are not supported for $GERRIT_PROJECT" - exit 0 -fi - if [[ "$EXECUTION_MODE" == "offline-deployment" && "$PROVISIONER_TYPE" == "heat" ]]; then echo "Info : Offline deployments on cloud instances is not currently supported!" exit 0