Dactyloidae/mobile/ios/buddybuild_postbuild.sh

6 lines
135 B
Bash
Raw Normal View History

2026-06-26 21:04:09 -07:00
#!/usr/bin/env bash
chruby 2.3.1
bundle install
bundle exec danger --fail-on-errors=false
bash <(curl -s https://codecov.io/bash)