Code Review
/
joid.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
25ae106
)
change integer to string comparison
47/10147/1
author
Narinder Gupta
<narinder.gupta@canonical.com>
Wed, 17 Feb 2016 04:24:43 +0000
(22:24 -0600)
committer
Narinder Gupta
<narinder.gupta@canonical.com>
Wed, 17 Feb 2016 15:00:00 +0000
(15:00 +0000)
Change-Id: I6b99d73dfd62a292a295d357424109164e493fc7
(cherry picked from commit
356571b808a65f530b2fbc8de9b042fa06ea2300
)
ci/deploy.sh
patch
|
blob
|
history
diff --git
a/ci/deploy.sh
b/ci/deploy.sh
index
bb41ef7
..
f9aadaa
100755
(executable)
--- 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