Skip to content

Commit

Permalink
Merge pull request #10025 from rabbitmq/mergify/bp/v3.11.x/pr-10024
Browse files Browse the repository at this point in the history
GitHub Actions: Convert '_' to '-' in `$AWS_ECS_CLUSTER_NAME` (backport #10023) (backport #10024)
  • Loading branch information
michaelklishin authored Dec 1, 2023
2 parents 380fda1 + 4308dc8 commit 2096452
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rabbitmq_peer_discovery_aws.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,5 +54,5 @@ jobs:
--test_env AWS_ACCESS_KEY_ID=${{ secrets.CONCOURSE_AWS_ACCESS_KEY_ID }} \
--test_env AWS_SECRET_ACCESS_KEY=${{ secrets.CONCOURSE_AWS_SECRET_ACCESS_KEY }} \
--test_env RABBITMQ_IMAGE="pivotalrabbitmq/rabbitmq:${{ github.sha }}-otp-max-bazel" \
--test_env AWS_ECS_CLUSTER_NAME="rabbitmq-peer-discovery-aws-actions-${branch_or_tag//./-}" \
--test_env AWS_ECS_CLUSTER_NAME="rabbitmq-peer-discovery-aws-actions-${branch_or_tag//[._]/-}" \
--verbose_failures

0 comments on commit 2096452

Please sign in to comment.