We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04a1d88 commit a4d37f0Copy full SHA for a4d37f0
aws/sqs/process
@@ -58,6 +58,7 @@ 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
rm "docs/$HEAD_SHA.md"
61
+rm -rf "docs/$HEAD_SHA"
62
63
# If everything was successful, we can delete this message from SQS
64
aws sqs delete-message --receipt-handle "$RECEIPT_HANDLE" --queue-url "$QUEUE_URL"
0 commit comments