Skip to content

Commit

Permalink
s/latest/v12.7.0/
Browse files Browse the repository at this point in the history
  • Loading branch information
MosheEichler committed Dec 7, 2023
1 parent 2e02c86 commit 625715a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ jobs:
pipenv install
- run:
name: Setup Firebase
command: curl -Lo ./firebase_bin https://firebase.tools/bin/linux/v12.7.0 | bash
command: curl -sL firebase.tools | sed "s/latest/v12.7.0/" | bash
- run:
name: Deploy to Firebase
no_output_timeout: 30m
Expand Down

0 comments on commit 625715a

Please sign in to comment.