File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 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>"
145145# PARSE ARGUMENTS
146146
147147assume_role=" "
148- branch=" master "
148+ branch=" main "
149149platform=" "
150150region=${AWS_DEFAULT_REGION}
151151
You can’t perform that action at this time.
0 commit comments