Fix call to script
This commit is contained in:
parent
73c8a3d331
commit
cc7823fb4b
1 changed files with 2 additions and 2 deletions
|
|
@ -4,7 +4,7 @@ steps:
|
||||||
commands:
|
commands:
|
||||||
- cd $CI_WORKSPACE
|
- cd $CI_WORKSPACE
|
||||||
- ls -al
|
- ls -al
|
||||||
- /bin/sh -c 'update-age.sh' && echo "Age check succeeded" || echo "Age check failed"
|
- /bin/sh 'update-age.sh' && echo "Age check succeeded" || echo "Age check failed"
|
||||||
when:
|
when:
|
||||||
- branch: main
|
- branch: main
|
||||||
event: [cron, manual]
|
event: [cron, manual]
|
||||||
|
|
@ -15,7 +15,7 @@ steps:
|
||||||
commit: true
|
commit: true
|
||||||
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:
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue