fix when webmentions step gets run
continuous-integration/drone/push Build was killed
Details
continuous-integration/drone/push Build was killed
Details
This commit is contained in:
parent
a5085dab24
commit
5bf6f1104f
|
@ -1,6 +1,8 @@
|
|||
kind: pipeline
|
||||
name: update_website
|
||||
|
||||
when:
|
||||
branch:
|
||||
- main
|
||||
steps:
|
||||
- name: fetch_webmentions
|
||||
image: python:3.7
|
||||
|
@ -20,9 +22,7 @@ steps:
|
|||
|
||||
- name: store_webmentions
|
||||
image: appleboy/drone-git-push
|
||||
when:
|
||||
branch:
|
||||
- main
|
||||
|
||||
settings:
|
||||
remote_name: origin
|
||||
branch: main
|
||||
|
|
Loading…
Reference in New Issue