Danger: try branch pipeline hack
This commit is contained in:
parent
9046a30656
commit
403395d7da
1 changed files with 4 additions and 3 deletions
|
@ -24,10 +24,11 @@ deps:
|
||||||
|
|
||||||
danger:
|
danger:
|
||||||
stage: test
|
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: []
|
cache: []
|
||||||
only:
|
|
||||||
- merge_requests
|
|
||||||
|
|
||||||
lint-js:
|
lint-js:
|
||||||
stage: test
|
stage: test
|
||||||
|
|
Loading…
Reference in a new issue