Danger: try branch pipeline hack

This commit is contained in:
Alex Gleason 2022-06-17 18:23:53 -05:00
parent 9046a30656
commit 403395d7da
No known key found for this signature in database
GPG key ID: 7211D1F99744FBB7

View file

@ -24,10 +24,11 @@ deps:
danger:
stage: test
script: npx danger ci
script:
# https://github.com/danger/danger-js/issues/1029#issuecomment-998915436
- export CI_MERGE_REQUEST_IID=${CI_OPEN_MERGE_REQUESTS#*!}
- npx danger ci
cache: []
only:
- merge_requests
lint-js:
stage: test