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:
c7410f2
)
Changed $ROLES to explicit list to avoid some bash issue
91/39891/1
author
Stuart Mackie
<wsmackie@juniper.net>
Tue, 22 Aug 2017 16:36:02 +0000
(09:36 -0700)
committer
Stuart Mackie
<wsmackie@juniper.net>
Tue, 22 Aug 2017 16:36:02 +0000
(09:36 -0700)
Change-Id: I512f1717705bf208bb847612abd41c82c13af644
Signed-off-by: Stuart Mackie <wsmackie@juniper.net>
ci/02-deploybundle.sh
patch
|
blob
|
history
diff --git
a/ci/02-deploybundle.sh
b/ci/02-deploybundle.sh
index
b88bb2b
..
396f5ea
100755
(executable)
--- a/
ci/02-deploybundle.sh
+++ b/
ci/02-deploybundle.sh
@@
-169,10
+169,9
@@
openfile_fix() {
if [ "$opnfvsdn" = "ocl" ]
then
- ROLES="contrail-controller contrail-analytics contrail-analyticsdb"
TAG="ubuntu16.04-4.0.0.0-20.tar.gz"
- for ROLE in
$ROLES
+ for ROLE in
contrail-controller contrail-analytics contrail-analyticsdb
do
FILE="${ROLE}-${TAG}"
if [ ! -f $FILE ]