patch: test 45

This commit is contained in:
spassignat
2026-05-02 16:07:00 +02:00
parent 8b85904333
commit 9ed7fd6fb2

View File

@@ -114,6 +114,8 @@ steps:
from_secret: nexus_password from_secret: nexus_password
commands: | commands: |
source $CI_WORKSPACE/version.env source $CI_WORKSPACE/version.env
echo $CI_REPO_OWNER
echo $CI_REPO_NAME
if [ "$version_type" != "none" ]; then if [ "$version_type" != "none" ]; then
@@ -146,10 +148,6 @@ steps:
GITEA_TOKEN: GITEA_TOKEN:
from_secret: gitea_token from_secret: gitea_token
commands: | commands: |
pwd
ls -als
echo $CI_WORKSPACE
echo $CI_WORKSPACE
source $CI_WORKSPACE/version.env source $CI_WORKSPACE/version.env
if [ "$version_type" != "none" ]; then if [ "$version_type" != "none" ]; then