patch: pipeline manual
All checks were successful
ci/woodpecker/push/build-pipeline Pipeline was successful

This commit is contained in:
spassignat
2026-05-04 09:07:15 +02:00
parent 0a7169ec69
commit 532000fc31
2 changed files with 4 additions and 4 deletions

View File

@@ -8,8 +8,8 @@ steps:
image: curlimages/curl:latest
commands: |
env
BUILD=.woodpecker/builds/$CI_REPO_REMOTE_ID/$CI_PIPELINE_PARENT
ls -als .woodpecker/builds/$CI_REPO_REMOTE_ID/
BUILD=/shared/builds/$CI_REPO_REMOTE_ID/$CI_PIPELINE_PARENT
ls -als /shared/builds/$CI_REPO_REMOTE_ID/
source $BUILD
echo new version: ${NEW_VERSION}
curl -o /tmp/${CI_REPO_NAME}-${NEW_VERSION}.tar \