From 1004e6d12ab1613392a6b26bc9b0084bc7231469 Mon Sep 17 00:00:00 2001 From: asandikci Date: Sun, 10 Nov 2024 21:49:04 +0300 Subject: [PATCH] Update .woodpecker/test.yaml --- .woodpecker/test.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.woodpecker/test.yaml b/.woodpecker/test.yaml index 5b84500..86540ce 100644 --- a/.woodpecker/test.yaml +++ b/.woodpecker/test.yaml @@ -4,7 +4,7 @@ when: steps: test1: - image: bitnami/debian - commands: - - echo "Test" - - ping asandikci.com \ No newline at end of file + image: debian + commands: + - echo "Test" + - ping asandikci.com \ No newline at end of file