Fix age-ci ?
This commit is contained in:
parent
7019e00ced
commit
bfabd15e3a
1 changed files with 2 additions and 0 deletions
|
|
@ -2,6 +2,7 @@ steps:
|
|||
- name: age-check
|
||||
image: alpine:latest
|
||||
commands:
|
||||
- cd $CI_REPO_NAME
|
||||
- /bin/sh -c 'update-age.sh' && echo "Age check succeeded" || echo "Age check failed"
|
||||
when:
|
||||
- branch: main
|
||||
|
|
@ -13,6 +14,7 @@ steps:
|
|||
commit: true
|
||||
commit_message: "Update age"
|
||||
remote_name: origin
|
||||
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