diff --git a/.circleci/config.yml b/.circleci/config.yml index 6cf3101e9..af33fd374 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -114,7 +114,7 @@ jobs: pipenv install - run: name: Setup Firebase - command: curl -sL https://firebase.tools | bash + command: curl -Lo ./firebase_bin https://firebase.tools/bin/linux/12.7.0 - run: name: Deploy to Firebase no_output_timeout: 30m