We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc47895 commit f90d542Copy full SHA for f90d542
.codebuild/run_ios_modelgen_e2e_test.yml
@@ -16,8 +16,6 @@ phases:
16
- unset AWS_ACCESS_KEY_ID
17
- unset AWS_SECRET_ACCESS_KEY
18
- unset AWS_SESSION_TOKEN
19
- - aws sts get-caller-identity
20
- - codebuild-breakpoint
21
- export PATH_TO_MODELS=$CODEBUILD_SRC_DIR/packages/amplify-codegen-e2e-tests/test-apps/swift/amplify/generated
22
- cd $PATH_TO_MODELS && zip -r models.zip models
23
- aws s3 cp $PATH_TO_MODELS/models.zip s3://$ARTIFACT_BUCKET_NAME/models.zip
0 commit comments