Code Review
/
releng.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
68073cb
)
Fix former switch case ;;
25/71925/1
author
Cédric Ollivier
<cedric.ollivier@orange.com>
Tue, 9 Feb 2021 19:45:26 +0000
(20:45 +0100)
committer
Cédric Ollivier
<cedric.ollivier@orange.com>
Tue, 9 Feb 2021 19:45:26 +0000
(20:45 +0100)
Change-Id: Ib08018d3ed9094a461e3836814ce08ed2d5adb79
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
jjb/functest/xtesting.yaml
patch
|
blob
|
history
diff --git
a/jjb/functest/xtesting.yaml
b/jjb/functest/xtesting.yaml
index
451b870
..
93dc0ac
100644
(file)
--- a/
jjb/functest/xtesting.yaml
+++ b/
jjb/functest/xtesting.yaml
@@
-146,7
+146,7
@@
else
build_arg="--build-arg {ref_arg}={ref}"
fi
- cd {path}
;;
+ cd {path}
sudo docker build $build_arg \
--pull=false --no-cache --force-rm=true \
-t $image .