Skip to content

Commit ac62d58

Browse files
committed
Add comments
1 parent a4d37f0 commit ac62d58

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

aws/sqs/process

+2
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,9 @@ aws sqs change-message-visibility --receipt-handle "$RECEIPT_HANDLE" --queue-url
5757
PR="$PR" REF="$HEAD_SHA" HTML_URL="$HTML_URL" ./report > "docs/$HEAD_SHA.md"
5858
cat "docs/$HEAD_SHA.md"
5959
./aws/s3/generate-and-upload-site
60+
# Delete report
6061
rm "docs/$HEAD_SHA.md"
62+
# Delete flamegraphs associated with a report
6163
rm -rf "docs/$HEAD_SHA"
6264

6365
# If everything was successful, we can delete this message from SQS

0 commit comments

Comments
 (0)