Fixing usage of envvar
Some checks failed
ci/woodpecker/push/age-check Pipeline was successful
ci/woodpecker/push/build-deploy Pipeline failed

This commit is contained in:
Louis 2025-09-30 14:12:10 +02:00
parent c818f90d46
commit cee531dde5

View file

@ -1,7 +1,6 @@
variables: variables:
# https://hub.docker.com/r/alpine/git/tags # https://hub.docker.com/r/alpine/git/tags
- &GIT_VERSION "alpine/git:v2.30.1" - &GIT_VERSION "alpine/git:v2.30.1"
- PDF_BRANCH: "pdf"
steps: steps:
- name: build_tex - name: build_tex
@ -66,7 +65,9 @@ steps:
environment: environment:
SSH_KEY: SSH_KEY:
from_secret: SSH-KEY from_secret: SSH-KEY
PDF_BRANCH: "pdf"
when: when:
- path: - path:
include: ["*.tex"] include: ["*.tex", ".woodpecker/*.yaml", ".woodpecker/*.yml"]
event: [push, pull_request, manual, cron] event: [push, pull_request, manual, cron]