GitLab CI: don't cache danger job, switch to npx
This commit is contained in:
parent
4b528e68fd
commit
a2ee5c89eb
1 changed files with 2 additions and 1 deletions
|
@ -24,7 +24,8 @@ deps:
|
|||
|
||||
danger:
|
||||
stage: test
|
||||
script: yarn danger ci
|
||||
script: npx danger ci
|
||||
cache: []
|
||||
only:
|
||||
- merge_requests
|
||||
|
||||
|
|
Loading…
Reference in a new issue