Skip to content

Commit

Permalink
ci: cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
awsluja committed May 16, 2023
1 parent 7f5249e commit 3fe4345
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/cloud-e2e-beta.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ mwinit
ada cred update --profile="${PROFILE}" --account="${ACCOUNT}" --role=CodeBuildE2E --provider=isengard --once
aws configure set region us-east-1 --profile $PROFILE
echo credentials loaded
RESULT=$(aws codebuild start-build-batch --profile="${PROFILE}" --project-name AmplifyCLI-E2E-Testing --source-version=$UPSTREAM_BRANCH --query 'buildBatch.id' --output text)
RESULT=$(aws codebuild start-build-batch --profile="${PROFILE}" --project-name AmplifyCLI-E2E-Testing --source-version=$CURR_BRANCH --query 'buildBatch.id' --output text)
echo "https://us-east-1.console.aws.amazon.com/codesuite/codebuild/$ACCOUNT/projects/AmplifyCLI-E2E-Testing/batch/$RESULT?region=us-east-1"
2 changes: 1 addition & 1 deletion scripts/cloud-e2e.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ mwinit
echo Loading E2E account credentials...
ada cred update --profile="${PROFILE}" --account="${ACCOUNT}" --role=CodeBuildE2E --provider=isengard --once
echo Submitting Build Request
RESULT=$(aws codebuild start-build-batch --profile="${PROFILE}" --project-name AmplifyCLI-E2E-Testing --source-version=$CURR_BRANCH --query 'buildBatch.id' --output text)
RESULT=$(aws codebuild start-build-batch --profile="${PROFILE}" --project-name AmplifyCLI-E2E-Testing --source-version=$UPSTREAM_BRANCH --query 'buildBatch.id' --output text)
echo "https://us-east-1.console.aws.amazon.com/codesuite/codebuild/$ACCOUNT/projects/AmplifyCLI-E2E-Testing/batch/$RESULT?region=us-east-1"

0 comments on commit 3fe4345

Please sign in to comment.