From 74616fcf952f56a734352919beafea2606fc3d33 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pedro=20P=C3=A9rez?= Date: Thu, 29 May 2025 15:03:49 +0200 Subject: [PATCH] try second pipeline --- .woodpecker.yml | 14 ++++---------- 1 file changed, 4 insertions(+), 10 deletions(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index cc58d32..5574f40 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -1,11 +1,5 @@ -when: - - event: push - branch: main - -steps: - - name: build - image: golang:1.23 +pipeline: + hello: + image: alpine commands: - - echo "This is the build step" - - echo "binary-data-123" > executable - - echo "something else" > executable2 \ No newline at end of file + - echo "Hola desde Woodpecker"