From 1caf6712f441261652f8cc44283f730babc6c7dc Mon Sep 17 00:00:00 2001 From: Martijn van der Kleijn Date: Fri, 7 Jun 2024 23:34:20 +0200 Subject: [PATCH] Allow Forgejo to startup before attempting verification Signed-off-by: Martijn van der Kleijn --- .woodpecker/.integration.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.woodpecker/.integration.yml b/.woodpecker/.integration.yml index ec11fe7..61dd62b 100644 --- a/.woodpecker/.integration.yml +++ b/.woodpecker/.integration.yml @@ -23,6 +23,7 @@ steps: - name: verify_connection image: *golang_image commands: + - sleep 20 - curl --noproxy "*" http://forgejo:3000/api/v1/version - name: test