From cefb8eba4d6033b8483e1080bc58160875ed8167 Mon Sep 17 00:00:00 2001 From: Marcin-Ramotowski Date: Sun, 25 May 2025 20:09:14 +0000 Subject: [PATCH] Added missing dgoss installation --- .woodpecker/build.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.woodpecker/build.yaml b/.woodpecker/build.yaml index 8ba1336..2dfe081 100644 --- a/.woodpecker/build.yaml +++ b/.woodpecker/build.yaml @@ -33,7 +33,8 @@ steps: - echo "===> Installing goss" - wget https://github.com/aelsabbahy/goss/releases/latest/download/goss-linux-amd64 -O goss - - chmod +x goss + - wget https://github.com/aelsabbahy/goss/releases/latest/download/dgoss -O dgoss + - chmod +x *goss - echo "===> Starting container for test" - export GOSS_OPTS="-f junit"