Skip to content

Commit

Permalink
Updated readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
nickwph committed Mar 14, 2023
1 parent 24f2eca commit a6a6379
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,17 +37,13 @@ jobs:
testers-file: "" # Optional
groups: "" # Optional
groups-file: "" # Optional
debug: false # Optional: Default false
# A flag you can include to print verbose log output.
cache: true # Optional: Default true
# Whether to cache the firebase tools for next
# job, keeping this TRUE will speed up the build.
upgrade: true # Optional: Default true
# Whether to attempt to upgrade firebase tools
# when cache is on, turning this FALSE will
# speed up the build.
debug: false # Optional: Default false. A flag you can include to print verbose log output.
cache: true # Optional: Default true. Whether to cache the firebase tools for next job, keeping this true will speed up the build.
upgrade: true # Optional: Default true. Whether to attempt to upgrade firebase tools when cache is on, turning this false will speed up the build.
```
## Limitations and improvements
1. Currently only works on linux (including macos)
Expand Down

0 comments on commit a6a6379

Please sign in to comment.