GitLab CI: don't cache danger job, switch to npx
This commit is contained in:
@ -24,7 +24,8 @@ deps:
|
||||
|
||||
danger:
|
||||
stage: test
|
||||
script: yarn danger ci
|
||||
script: npx danger ci
|
||||
cache: []
|
||||
only:
|
||||
- merge_requests
|
||||
|
||||
|
||||
Reference in New Issue
Block a user