Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ steps:
image: node:14-alpine
depends_on: [ phpcs ]
commands:
- apk update && apk upgrade && apk add --no-cache bash git openssh
- npm ci --unsafe-perm

- name: php72-unit
Expand Down Expand Up @@ -251,6 +252,6 @@ steps:

---
kind: signature
hmac: 2b1ca61bdae1a8fe36dc5cdf0497d42d8f3f30df4f0f6e5d248fbfe00be69e48
hmac: 5700042665a0debd3251ff8bda701067ed8b1670068c0a2ffba390be67e75b03

...