Fix wron env var
Some checks failed
ci/woodpecker/push/age-check Pipeline was successful
ci/woodpecker/push/build-deploy Pipeline was successful
ci/woodpecker/manual/age-check Pipeline failed
ci/woodpecker/manual/build-deploy Pipeline was successful

This commit is contained in:
Louis 2025-04-29 16:26:00 +02:00
parent 93f6706cfd
commit 244e139194

View file

@ -2,7 +2,7 @@ steps:
- name: age-check
image: alpine:latest
commands:
- cd $CI_REPO_NAME
- cd $CI_WORKSPACE
- /bin/sh -c 'update-age.sh' && echo "Age check succeeded" || echo "Age check failed"
when:
- branch: main