Skip to content

Commit cf41683

Browse files
authored
Merge pull request #328 from GrahamCampbell/patch-2
[2.x] Skip publishing to `me-south-1` region
2 parents 52a3e21 + 66ba01b commit cf41683

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
@@ -47,5 +47,5 @@ asia-2:
4747

4848
miscellaneous:
4949
REGION=af-south-1 ./publish.sh #Africa (Cape Town)
50-
REGION=me-south-1 ./publish.sh #Middle East (Bahrain)
50+
#REGION=me-south-1 ./publish.sh #Middle East (Bahrain)
5151
REGION=ap-southeast-2 ./publish.sh #Asia Pacific (Sydney)

0 commit comments

Comments
 (0)