Code Review
/
daisy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
56473c5
)
missing a $ bere var
83/29183/1
author
Julien
<zhang.jun3g@zte.com.cn>
Wed, 22 Feb 2017 00:36:12 +0000
(08:36 +0800)
committer
Julien
<zhang.jun3g@zte.com.cn>
Wed, 22 Feb 2017 00:36:12 +0000
(08:36 +0800)
Change-Id: Ida548591f4e793bc28f4a8df31c07356cee9a82a
Signed-off-by: Julien <zhang.jun3g@zte.com.cn>
ci/deploy/deploy.sh
patch
|
blob
|
history
diff --git
a/ci/deploy/deploy.sh
b/ci/deploy/deploy.sh
index
e68368a
..
a24289c
100755
(executable)
--- a/
ci/deploy/deploy.sh
+++ b/
ci/deploy/deploy.sh
@@
-131,7
+131,7
@@
if [ -z $BASE_PATH ] || [ ! -d $BASE_PATH ] || [ -z LAB_NAME ] || [ -z $POD_NAME
exit 0
fi
-BRIDGE={BRIDGE:-pxebr}
+BRIDGE=
$
{BRIDGE:-pxebr}
# read parameters from lab configuration file
DHA_CONF=$BASE_PATH/labs/$LAB_NAME/$POD_NAME/daisy/config/deploy.yml