From 9b5572c97034143a24c7d314f0d2f7a6b8967aff Mon Sep 17 00:00:00 2001 From: Rodrigo Verdiani Date: Tue, 28 Oct 2025 19:21:53 -0300 Subject: [PATCH] woodpecker test 8 --- .woodpecker/pipeline.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.woodpecker/pipeline.yaml b/.woodpecker/pipeline.yaml index e0e463f..1b504ef 100644 --- a/.woodpecker/pipeline.yaml +++ b/.woodpecker/pipeline.yaml @@ -24,7 +24,7 @@ steps: - name: build image: node:18-alpine commands: - - echo "🏗️ Building application..." + - echo "🏗️ Building application...." - npm run build when: event: [push, pull_request]