Merge branch 'danger-allow-failure' into 'develop'

Danger: allow failure

See merge request soapbox-pub/soapbox-fe!1546
environments/review-develop-3zknud/deployments/313
Alex Gleason 2 years ago
commit e89b05e4cd

@ -32,6 +32,7 @@ danger:
# https://github.com/danger/danger-js/issues/1029#issuecomment-998915436 # https://github.com/danger/danger-js/issues/1029#issuecomment-998915436
- export CI_MERGE_REQUEST_IID=${CI_OPEN_MERGE_REQUESTS#*!} - export CI_MERGE_REQUEST_IID=${CI_OPEN_MERGE_REQUESTS#*!}
- npx danger ci - npx danger ci
allow_failure: true
lint-js: lint-js:
stage: test stage: test

Loading…
Cancel
Save