add waitfor
continuous-integration/drone/pr Build is failing Details

This commit is contained in:
Robert Kaussow 2021-01-09 23:40:11 +01:00
parent e6ff987ea3
commit 9992d99ddc
Signed by: xoxys
GPG Key ID: 65362AE74AF98B61
1 changed files with 8 additions and 1 deletions

View File

@ -27,6 +27,13 @@ platform:
arch: amd64
steps:
- name: wait-for
image: jdrouet/docker-with-buildx:stable
commands:
- wait-for dind:2375
environment:
WAITFOR_TIMEOUT: 60
- name: dryrun
image: jdrouet/docker-with-buildx:stable
commands:
@ -183,6 +190,6 @@ depends_on:
---
kind: signature
hmac: dddb86bc5f442e55752da00c78dd314ac7311513aa299caff92af7735730f4df
hmac: 4054f37d8ffac079adb44abb995554768d7b8924f3007f5691b7e1e7f5699281
...