patch: pipeline manual
Some checks failed
ci/woodpecker/push/build-pipeline Pipeline failed

This commit is contained in:
spassignat
2026-05-04 08:59:01 +02:00
parent 68710f91f4
commit 7bd7dc0e62
2 changed files with 7 additions and 11 deletions

View File

@@ -8,14 +8,9 @@ steps:
image: curlimages/curl:latest
commands: |
env
echo CI_PIPELINE_PARENT=$CI_PIPELINE_PARENT
echo CI_COMMIT_TAG=$CI_COMMIT_TAG
echo CI_PIPELINE_EVENT=$CI_PIPELINE_EVENT
echo CI_PIPELINE_NUMBER=$CI_PIPELINE_NUMBER
echo CI_PREV_PIPELINE_NUMBER=$CI_PREV_PIPELINE_NUMBER
echo CI_PREV_PIPELINE_PARENT=$CI_PREV_PIPELINE_PARENT
BUILD=.woodpecker/builds/$CI_REPO_REMOTE_ID/$CI_PIPELINE_PARENT
ls -als .woodpecker/builds
source .woodpecker/builds/$CI_PREV_PIPELINE_NUMBER
source $BUILD
echo new version: ${NEW_VERSION}
curl -o /tmp/${CI_REPO_NAME}-${NEW_VERSION}.tar \
"https://nexus.cicd.exygen.fr/repository/domaine-passignat/apps/${CI_REPO_NAME}/${NEW_VERSION}/${CI_REPO_NAME}-${VERSION}.tar"