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 390a6b7 commit 43b8efeCopy full SHA for 43b8efe
.circleci/config.yml
@@ -186,7 +186,7 @@ jobs:
186
command: sleep 10
187
- run:
188
name: Verify configuration of credentials
189
- command: aws sts get-caller-identity | jq ".Arn" | grep "dev-cortex-us-east-1"
+ command: aws sts get-caller-identity | jq ".Arn" | grep "dev-cortex-nightly-us-east-1"
190
- run-e2e-tests:
191
config: ./cluster.yaml
192
0 commit comments