Skip to content

Commit

Permalink
doc: remove to be implemented (aws#3232)
Browse files Browse the repository at this point in the history
  • Loading branch information
spring1843 authored Jan 18, 2023
1 parent 627fb57 commit 49d4f1e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ data:
#!/usr/bin/env bash
set -euo pipefail
AWS_REGION=us-east-1
export AWS_REGION=us-east-1
MESSAGE="{\"releaseType\":\"periodic\",\"releaseIdentifier\":\"HEAD\",\"prNumber\":\"none\"}"
QUEUE_URL=https://sqs.us-east-1.amazonaws.com/958073914028/ReleaseQueue
aws sqs send-message --queue-url $QUEUE_URL --message-body $MESSAGE
Expand Down

0 comments on commit 49d4f1e

Please sign in to comment.