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
|
- name: age-check
|
||||||
image: alpine:latest
|
image: alpine:latest
|
||||||
commands:
|
commands:
|
||||||
|
- cd $CI_REPO_NAME
|
||||||
- /bin/sh -c 'update-age.sh' && echo "Age check succeeded" || echo "Age check failed"
|
- /bin/sh -c 'update-age.sh' && echo "Age check succeeded" || echo "Age check failed"
|
||||||
when:
|
when:
|
||||||
- branch: main
|
- branch: main
|
||||||
|
|
@ -13,6 +14,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"
|
||||||
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