Skip to content

Commit 5ff117d

Browse files
committed
eslint deleted
1 parent 4f7c7c5 commit 5ff117d

File tree

3 files changed

+3
-279
lines changed

3 files changed

+3
-279
lines changed

.codebuild/scripts/run-ios-modelgen-e2e-test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22

3-
REPO_OWNER="aws-amplify"
3+
REPO_OWNER="tejas2008"
44
REPO_NAME="amplify-codegen"
55

66
# Function to get the latest workflow run ID

.eslintrc.js

Lines changed: 0 additions & 276 deletions
This file was deleted.

scripts/view-test-artifacts.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ function convertArnToUri {
2121

2222
function downloadS3Artifact {
2323
# Get temporary access for the account
24-
E2E_ROLE_NAME=CodebuildDeveloper
25-
E2E_PROFILE_NAME=AmplifyAPIE2EProd
24+
E2E_ROLE_NAME=Admin
25+
E2E_PROFILE_NAME=CodebuildTesting
2626
authenticate $E2E_ACCOUNT_PROD $E2E_ROLE_NAME "$E2E_PROFILE_NAME"
2727
echo "Fetching artifact location from build"
2828
s3_arn=$(aws codebuild batch-get-builds --profile="$E2E_PROFILE_NAME" --ids "$1" --region us-east-1 --query 'builds[0].artifacts.location')

0 commit comments

Comments
 (0)