From 9ed7fd6fb24127c4cbecb05cbddabdd1181d4082 Mon Sep 17 00:00:00 2001 From: spassignat Date: Sat, 2 May 2026 16:07:00 +0200 Subject: [PATCH] patch: test 45 --- .woodpecker/build-pipeline.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.woodpecker/build-pipeline.yml b/.woodpecker/build-pipeline.yml index f7a6f29..373c609 100644 --- a/.woodpecker/build-pipeline.yml +++ b/.woodpecker/build-pipeline.yml @@ -114,6 +114,8 @@ steps: from_secret: nexus_password commands: | source $CI_WORKSPACE/version.env + echo $CI_REPO_OWNER + echo $CI_REPO_NAME if [ "$version_type" != "none" ]; then @@ -146,10 +148,6 @@ steps: GITEA_TOKEN: from_secret: gitea_token commands: | - pwd - ls -als - echo $CI_WORKSPACE - echo $CI_WORKSPACE source $CI_WORKSPACE/version.env if [ "$version_type" != "none" ]; then