Skip to content

Commit a4d37f0

Browse files
committed
Remove flamegraphs after upload
1 parent 04a1d88 commit a4d37f0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

aws/sqs/process

+1
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ 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
6060
rm "docs/$HEAD_SHA.md"
61+
rm -rf "docs/$HEAD_SHA"
6162

6263
# If everything was successful, we can delete this message from SQS
6364
aws sqs delete-message --receipt-handle "$RECEIPT_HANDLE" --queue-url "$QUEUE_URL"

0 commit comments

Comments
 (0)