diff options
-rw-r--r-- | circle.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/circle.yml b/circle.yml index d193c60c6d..a8526dcbcc 100644 --- a/circle.yml +++ b/circle.yml @@ -519,7 +519,7 @@ jobs: command: | pip install --upgrade pip pip install awscli --upgrade --user - aws devicefarm list-projects --region us-east-1 + aws devicefarm list-projects --region us-west-2 - run: name: Check code style command: make android-check |