From b8d0d6be7a63dcfd36aa46ac47df4fbd3a7506e0 Mon Sep 17 00:00:00 2001 From: Alessio Date: Sun, 20 Aug 2023 11:49:57 -0300 Subject: [PATCH] Fix bug --- .woodpecker/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.woodpecker/build.yml b/.woodpecker/build.yml index b1ae0e9..674d52c 100644 --- a/.woodpecker/build.yml +++ b/.woodpecker/build.yml @@ -30,8 +30,8 @@ pipeline: - cd cmd - ./compile.sh - ./tw --profile ../sample_data/profile --addr localhost:1000 webserver & - - curl localhost:1000/cernovich - sleep 1 + - curl localhost:1000/cernovich - jobs -p | xargs -I{} kill -- -{} version_bump_test: