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