diff options
-rwxr-xr-x | ci/deploy_ci.sh | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/ci/deploy_ci.sh b/ci/deploy_ci.sh index 1f206210..7fd9d86f 100755 --- a/ci/deploy_ci.sh +++ b/ci/deploy_ci.sh @@ -18,10 +18,6 @@ case $DEPLOY_SCENARIO in echo "os-odl_l2-moon-ha scenario supports xenial mitaka only" exit 1 ;; - os-onos-sfc-ha) - echo "os-onos-sfc-ha scenario supports mitaka only" - exit 1 - ;; esac if [[ $ROOT_BUILD_CAUSE == MANUALTRIGGER ]]; then |