From 391fa66490fc0e1dd5561bae06b291543cb74b72 Mon Sep 17 00:00:00 2001 From: iu Date: Sun, 14 Apr 2024 12:48:03 +0000 Subject: [PATCH] =?UTF-8?q?=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D0=B8=D1=82?= =?UTF-8?q?=D1=8C=20.woodpecker.yaml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .woodpecker.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .woodpecker.yaml diff --git a/.woodpecker.yaml b/.woodpecker.yaml new file mode 100644 index 0000000..97ec5c2 --- /dev/null +++ b/.woodpecker.yaml @@ -0,0 +1,9 @@ +steps: + - name: build + image: debian + commands: + - echo "This is the build step" + - name: a-test-step + image: debian + commands: + - echo "Testing.." \ No newline at end of file