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:
|
||||
- cd $CI_WORKSPACE
|
||||
- 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:
|
||||
- branch: main
|
||||
event: [cron, manual]
|
||||
|
|
@ -15,7 +15,7 @@ steps:
|
|||
commit: true
|
||||
commit_message: "Update age"
|
||||
remote_name: origin
|
||||
remote: "$CI_REPO_CLONE_SSH_URL"
|
||||
# remote: "$CI_REPO_CLONE_SSH_URL"
|
||||
author_name: "Woodpecker CI"
|
||||
author_email: "git@polarolouis.fr"
|
||||
ssh_key:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue