Skip to content

Commit

Permalink
Use head SHA as ref in report
Browse files Browse the repository at this point in the history
  • Loading branch information
pathawks committed Jul 15, 2018
1 parent 2240496 commit d24ee3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aws/sqs/process
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ REF="$BASE" ./bench || reportFailure
aws sqs change-message-visibility --receipt-handle "$RECEIPT_HANDLE" --queue-url "$QUEUE_URL" --visibility-timeout 30

# Generate report based on tests
PR="$PR" REF="$BASE" ./report > "docs/$BASE.md"
PR="$PR" REF="$HEAD_SHA" ./report > "docs/$BASE.md"
cat "docs/$BASE.md"
./aws/s3/generate-and-upload-site
rm "docs/$BASE.md"
Expand Down

0 comments on commit d24ee3e

Please sign in to comment.