Skip to content

Commit 6a26c15

Browse files
authored
chore: Cleaning up scripts used in the old release process (#416)
1 parent 2482f33 commit 6a26c15

File tree

6 files changed

+6
-216
lines changed

6 files changed

+6
-216
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: Continuous Integration
22

3-
on: push
3+
on: pull_request
44

55
jobs:
66
build:

.gitignore

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
build/
88
dist/
99
*~
10-
scripts/cert.json
11-
scripts/apikey.txt
10+
cert.json
11+
apikey.txt
1212
htmlcov/
1313
.pytest_cache/
1414
.vscode/

CONTRIBUTING.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -170,9 +170,9 @@ following credentials from the project:
170170

171171
1. *Service account certificate*: This can be downloaded as a JSON file from
172172
the "Settings > Service Accounts" tab of the Firebase console. Copy the
173-
file into the repo so it's available at `scripts/cert.json`.
173+
file into the repo so it's available at `cert.json`.
174174
2. *Web API key*: This is displayed in the "Settings > General" tab of the
175-
console. Copy it and save to a new text file at `scripts/apikey.txt`.
175+
console. Copy it and save to a new text file at `apikey.txt`.
176176

177177
Then set up your Firebase/GCP project as follows:
178178

@@ -202,7 +202,7 @@ Then set up your Firebase/GCP project as follows:
202202
Now you can invoke the integration test suite as follows:
203203

204204
```
205-
pytest integration/ --cert scripts/cert.json --apikey scripts/apikey.txt
205+
pytest integration/ --cert cert.json --apikey apikey.txt
206206
```
207207

208208
### Emulator-based Integration Testing

scripts/bash_utils.sh

Lines changed: 0 additions & 25 deletions
This file was deleted.

scripts/prepare_release.sh

Lines changed: 0 additions & 140 deletions
This file was deleted.

scripts/verify_release.sh

Lines changed: 0 additions & 45 deletions
This file was deleted.

0 commit comments

Comments
 (0)