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 3f528a8 commit 52aea18Copy full SHA for 52aea18
scripts/cloud-e2e.sh
@@ -1,4 +1,4 @@
1
-#!/bin/bash
+#!/bin/bash -e
2
3
source ./scripts/cloud-cli-utils.sh
4
export CURR_BRANCH=$(git branch --show-current)
scripts/cloud-pr.sh
scriptDir=$(dirname -- "$(readlink -f -- "$BASH_SOURCE")")
source $scriptDir/.env set
@@ -7,7 +7,7 @@ printf 'What is your PR number ? '
7
read PR_NUMBER
8
9
mwinit --aea
10
-ada cred update --profile=cb-ci-account --account=$E2E_ACCOUNT_PROD --role=Admin --provider=isengard --once
+ada cred update --profile=cb-ci-account --account=$E2E_ACCOUNT_PROD --role=CodeBuildE2E --provider=isengard --once
11
RESULT=$(aws codebuild start-build-batch \
12
--profile=cb-ci-account \
13
--region us-east-1 \
0 commit comments