Skip to content

Commit 43b8efe

Browse files
committed
Fix e2e test
1 parent 390a6b7 commit 43b8efe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ jobs:
186186
command: sleep 10
187187
- run:
188188
name: Verify configuration of credentials
189-
command: aws sts get-caller-identity | jq ".Arn" | grep "dev-cortex-us-east-1"
189+
command: aws sts get-caller-identity | jq ".Arn" | grep "dev-cortex-nightly-us-east-1"
190190
- run-e2e-tests:
191191
config: ./cluster.yaml
192192

0 commit comments

Comments
 (0)