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

This commit is contained in:
Giles Bradshaw 2020-10-22 19:08:09 +01:00
parent df3188e33f
commit 7d14c695d9
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