Code Review
/
releng
/
global-jjb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
4d5dfa5
)
Fix bug that removed custom docker registry
61/6461/1
author
Jeremy Phelps
<jphelps@linuxfoundation.org>
Mon, 11 Sep 2017 22:32:14 +0000
(17:32 -0500)
committer
Jeremy Phelps
<jphelps@linuxfoundation.org>
Mon, 11 Sep 2017 22:32:14 +0000
(17:32 -0500)
Inadvertently removed the custom docker
param in an ealier bug fix that was not related.
Change-Id: Ie4f3673be8f636ee1200ed6c308a42a05078ae51
Signed-off-by: Jeremy Phelps <jphelps@linuxfoundation.org>
shell/docker-login.sh
patch
|
blob
|
history
diff --git
a/shell/docker-login.sh
b/shell/docker-login.sh
index
210ce3b
..
6613118
100644
(file)
--- a/
shell/docker-login.sh
+++ b/
shell/docker-login.sh
@@
-66,7
+66,7
@@
do_login() {
then
docker login -u "$USER" -p "$PASS" -e "$2" "$1"
else
- docker login -u "$USER" -p "$PASS"
+ docker login -u "$USER" -p "$PASS"
"$1"
fi
}