Sleep before minio boots
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Adam Štrauch 2022-07-23 00:22:17 +02:00
parent 96071cdfcb
commit 0725b352c6
Signed by: cx
GPG Key ID: 018304FFA8988F8D

View File

@ -12,6 +12,7 @@ steps:
- name: dockersock - name: dockersock
path: /var/run path: /var/run
commands: commands:
- sleep 10
- go mod tidy - go mod tidy
- make test - make test