fix bad habits
This commit is contained in:
parent
4a99712ea5
commit
7019e00ced
2 changed files with 4 additions and 1 deletions
|
|
@ -4,7 +4,8 @@ steps:
|
||||||
commands:
|
commands:
|
||||||
- /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:
|
||||||
- event: [cron, manual]
|
- branch: main
|
||||||
|
event: [cron, manual]
|
||||||
|
|
||||||
- name: push commit
|
- name: push commit
|
||||||
image: appleboy/drone-git-push
|
image: appleboy/drone-git-push
|
||||||
|
|
|
||||||
|
|
@ -12,6 +12,7 @@ steps:
|
||||||
when:
|
when:
|
||||||
- path:
|
- path:
|
||||||
include: ["*.tex"]
|
include: ["*.tex"]
|
||||||
|
event: [push, pull_request]
|
||||||
|
|
||||||
- name: deploy
|
- name: deploy
|
||||||
image: *GIT_VERSION
|
image: *GIT_VERSION
|
||||||
|
|
@ -63,3 +64,4 @@ steps:
|
||||||
when:
|
when:
|
||||||
- path:
|
- path:
|
||||||
include: ["*.tex"]
|
include: ["*.tex"]
|
||||||
|
event: [push, pull_request]
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue