Compare commits

...

3 Commits

Author SHA1 Message Date
spassignat
769550c990 patch: test 45
All checks were successful
ci/woodpecker/push/build-pipeline Pipeline was successful
2026-05-02 16:07:18 +02:00
spassignat
42f7166a11 Merge remote-tracking branch 'origin/main' 2026-05-02 16:07:07 +02:00
spassignat
9ed7fd6fb2 patch: test 45 2026-05-02 16:07:00 +02:00

View File

@@ -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