summaryrefslogtreecommitdiffstats
path: root/ci/deploy.sh
diff options
context:
space:
mode:
Diffstat (limited to 'ci/deploy.sh')
-rwxr-xr-xci/deploy.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/deploy.sh b/ci/deploy.sh
index bb41ef74..f9aadaa9 100755
--- a/ci/deploy.sh
+++ b/ci/deploy.sh
@@ -163,7 +163,7 @@ unitAddress()
createopenrc()
{
- if [ "$opnfvsdn" -eq "onos" ]; then
+ if [ "$opnfvsdn" == "onos" ]; then
sh onos/juju_test_prepare.sh "$opnfvlab"
check_status
fi