We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4d37f0 commit ac62d58Copy full SHA for ac62d58
aws/sqs/process
@@ -57,7 +57,9 @@ aws sqs change-message-visibility --receipt-handle "$RECEIPT_HANDLE" --queue-url
57
PR="$PR" REF="$HEAD_SHA" HTML_URL="$HTML_URL" ./report > "docs/$HEAD_SHA.md"
58
cat "docs/$HEAD_SHA.md"
59
./aws/s3/generate-and-upload-site
60
+# Delete report
61
rm "docs/$HEAD_SHA.md"
62
+# Delete flamegraphs associated with a report
63
rm -rf "docs/$HEAD_SHA"
64
65
# If everything was successful, we can delete this message from SQS
0 commit comments