Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add danger #18

Merged
merged 14 commits into from
Apr 19, 2017
Prev Previous commit
Next Next commit
Get rid of logging
garrettmoon committed Apr 17, 2017
commit 83d6f927e0085b2d7e4979a7a627e21a3c5b8b87
1 change: 0 additions & 1 deletion run_tests_update_status.sh
Original file line number Diff line number Diff line change
@@ -31,7 +31,6 @@ trap trap_handler INT TERM EXIT
updateStatus "pending" "Starting build…"

echo "--- Running Danger"
echo "'$DANGER_GITHUB_API_TOKEN'"
bundle exec danger --verbose 2>&1|tee `pwd`/log.txt

./build.sh all 2>&1|tee `pwd`/log.txt