.
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
This commit is contained in:
parent
a899890c79
commit
f69bda2e8e
|
@ -1,7 +1,7 @@
|
||||||
n=0
|
n=0
|
||||||
while :
|
while :
|
||||||
do
|
do
|
||||||
docker login $1 --username client --password $2 \
|
docker login $1 --username client --password "$2" \
|
||||||
&& break # substitute your command here
|
&& break # substitute your command here
|
||||||
n=$((n+1))
|
n=$((n+1))
|
||||||
if [ $n -ge 10 ]; then
|
if [ $n -ge 10 ]; then
|
||||||
|
|
Loading…
Reference in New Issue