set drone to always pull latest

This commit is contained in:
Bastian de Byl
2022-04-12 01:54:00 -04:00
parent 78f8ce2c6f
commit 52bb1bb058

View File

@@ -6,6 +6,7 @@ name: default
steps: steps:
- name: lint - name: lint
image: bdebyl/yamllint image: bdebyl/yamllint
pull: always
command: command:
- make lint-ci - make lint-ci
@@ -15,6 +16,6 @@ trigger:
- pull_request - pull_request
--- ---
kind: signature kind: signature
hmac: 7e505a3615347898a4858753d4bcc19295548c84278e48eb68cfff38dfe1eed6 hmac: 12a8371679582716620cf0d32554684aabb0e86bdda3c849eca3e9dc55738b84
... ...