Removing CI skip
Some checks failed
ci/woodpecker/push/age-check Pipeline failed
ci/woodpecker/push/build-deploy Pipeline was successful

This commit is contained in:
Louis 2025-09-30 14:48:23 +02:00
parent bbc2d65b90
commit f4b87b1de0

View file

@ -28,8 +28,8 @@ steps:
- git config --global user.name "${author_name:-Bot}" - git config --global user.name "${author_name:-Bot}"
- git add -f infos_persos.tex - git add -f infos_persos.tex
- git status - git status
- git commit -m "Update age in infos_persos.tex [CI SKIP]" - git commit -m "Update age in infos_persos.tex"
- git push origin "${CI_REPO_DEFAULT_BRANCH}" -o ci.skip - git push origin "${CI_REPO_DEFAULT_BRANCH}"
environment: environment:
# GIT_SSH_COMMAND: "ssh -i ~/.ssh/id_ed25519 -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no" # GIT_SSH_COMMAND: "ssh -i ~/.ssh/id_ed25519 -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no"
author_name: "Woodpecker CI" author_name: "Woodpecker CI"