Skip to content

Commit

Permalink
fix: add node-jq as dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
DaRaFF committed Jul 1, 2021
1 parent b3dd160 commit 91ecd1b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ steps:
GH_TOKEN:
from_secret: GH_TOKEN
commands:
- apt update
- apt-get install jq -y
- npm install
- npm run test

Expand Down Expand Up @@ -41,6 +43,6 @@ trigger:
event: [push]
---
kind: signature
hmac: 54481a20ed8e3fad5069ae0fd4f0d4395a0500747501830695aefe1c313de66c
hmac: e25129fad0dbcc1cf7711443a25cb08ffe6d88f2fada4f75fe7190a5194d824f

...

0 comments on commit 91ecd1b

Please sign in to comment.