fix
This commit is contained in:
parent
852b981101
commit
25429eed1d
1 changed files with 3 additions and 3 deletions
|
|
@ -4,7 +4,7 @@ steps:
|
||||||
commands:
|
commands:
|
||||||
- cd $CI_WORKSPACE
|
- cd $CI_WORKSPACE
|
||||||
- ls -al
|
- ls -al
|
||||||
- /bin/sh 'update-age.sh' && echo "Age check succeeded" || echo "Age check failed"
|
- /bin/sh 'update-age.sh infos_persos.tex' && echo "Age check succeeded" || echo "Age check failed"
|
||||||
when:
|
when:
|
||||||
- branch: main
|
- branch: main
|
||||||
event: [cron, manual]
|
event: [cron, manual]
|
||||||
|
|
@ -16,8 +16,8 @@ steps:
|
||||||
commit_message: "Update age"
|
commit_message: "Update age"
|
||||||
remote_name: origin
|
remote_name: origin
|
||||||
# remote: "$CI_REPO_CLONE_SSH_URL"
|
# remote: "$CI_REPO_CLONE_SSH_URL"
|
||||||
author_name: "Woodpecker CI"
|
# author_name: "Woodpecker CI"
|
||||||
author_email: "git@polarolouis.fr"
|
# author_email: "git@polarolouis.fr"
|
||||||
ssh_key:
|
ssh_key:
|
||||||
from_secret: SSH-KEY
|
from_secret: SSH-KEY
|
||||||
when:
|
when:
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue