Sha256: 1a11c8bf309e245f69a9a3047ea1dbf4d1f77644a16983c9093fd11442817242
Contents?: true
Size: 237 Bytes
Versions: 7
Compression:
Stored size: 237 Bytes
Contents
#!/usr/bin/env bash set -eo pipefail reporters_opt="" if [[ "$CIRCLECI" == "true" ]] then git fetch origin master reporters_opt="-f github_status github_pr_review" fi bin/pronto run -c origin/master $reporters_opt --exit-code $@
Version data entries
7 entries across 7 versions & 1 rubygems