Allow Forgejo to startup before attempting verification

Signed-off-by: Martijn van der Kleijn <martijn.niji@gmail.com>
This commit is contained in:
Martijn van der Kleijn 2024-06-07 23:34:20 +02:00
parent b2a29682b9
commit 1caf6712f4

View file

@ -23,6 +23,7 @@ steps:
- name: verify_connection
image: *golang_image
commands:
- sleep 20
- curl --noproxy "*" http://forgejo:3000/api/v1/version
- name: test