Skip to content

Commit 3f9855f

Browse files
authored
chore: Update source branch of ci-support repo (#2147)
1 parent bd75e6a commit 3f9855f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

build-support/generate-test-config.sh

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44

55
##################################################
66
# CANONICAL SOURCE OF THIS FILE IS
7-
# https://github.com/aws-amplify/amplify-ci-support/blob/master/src/integ_test_resources/common/scripts/generate-test-config.sh
7+
# https://github.com/aws-amplify/amplify-ci-support/blob/main/src/integ_test_resources/common/scripts/generate-test-config.sh
88
#
99
# As of this writing (06-May-2020), we manually copy this file into the CI
1010
# support directories for the projects that use it:
11-
# - https://github.com/aws-amplify/aws-sdk-ios/tree/master/Scripts/generate-test-config.sh
12-
# - https://github.com/aws-amplify/aws-sdk-android/tree/master/build-support/generate-test-config.sh
11+
# - https://github.com/aws-amplify/aws-sdk-ios/tree/main/Scripts/generate-test-config.sh
12+
# - https://github.com/aws-amplify/aws-sdk-android/tree/main/build-support/generate-test-config.sh
1313
#
1414
# From there, this script will be invoked by the CircleCI build process during
1515
# test setup, or it may be invoked manually for local integration test runs
@@ -120,7 +120,7 @@ OPTIONS:
120120
'AWS_SECRET_ACCESS_KEY', and 'AWS_SESSION_TOKEN'.
121121
122122
-b <branch>
123-
The branch of the ci-support repo to check out. Defaults to 'master'.
123+
The branch of the ci-support repo to check out. Defaults to 'main'.
124124
125125
-p <android|ios>
126126
Generate configuration file for platform="<val>"
@@ -145,7 +145,7 @@ EOF
145145
# PARSE ARGUMENTS
146146

147147
assume_role=""
148-
branch="master"
148+
branch="main"
149149
platform=""
150150
region=${AWS_DEFAULT_REGION}
151151

0 commit comments

Comments
 (0)