Skip to content

Commit 2e3e8e9

Browse files
authored
Merge pull request #327 from GrahamCampbell/patch-1
[3.x] Skip publishing to `me-south-1` region
2 parents 609a413 + 5068a94 commit 2e3e8e9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

utils/lambda-publish/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,5 +51,5 @@ asia-southeast-1:
5151

5252
miscellaneous:
5353
REGION=af-south-1 ./publish.sh #Africa (Cape Town)
54-
REGION=me-south-1 ./publish.sh #Middle East (Bahrain)
54+
#REGION=me-south-1 ./publish.sh #Middle East (Bahrain)
5555
#REGION=me-central-1 ./publish.sh #Middle East (UAE)

0 commit comments

Comments
 (0)