.
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Giles Bradshaw 2020-10-04 19:50:40 +01:00
parent a899890c79
commit f69bda2e8e
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
n=0
while :
do
docker login $1 --username client --password $2 \
docker login $1 --username client --password "$2" \
&& break # substitute your command here
n=$((n+1))
if [ $n -ge 10 ]; then