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

This commit is contained in:
spassignat
2026-05-04 12:34:23 +02:00
parent 268930859e
commit f3e9dee594

View File

@@ -136,6 +136,8 @@ steps:
# Étape 7: Commit et tag # Étape 7: Commit et tag
- name: commit_tag - name: commit_tag
image: *git_image image: *git_image
volumes:
- wp-shared:/shared
environment: environment:
GITEA_TOKEN: GITEA_TOKEN:
from_secret: gitea_token from_secret: gitea_token
@@ -237,3 +239,7 @@ steps:
depends_on: [ commit_tag ] depends_on: [ commit_tag ]
when: when:
- event: never - event: never
volumes:
wp-shared:
host:
path: /shared