Skip to content

Commit 53a6c87

Browse files
authored
Fix cloud build and readme (tensorflow#2555)
* fix cloud function error and updated readme * updated readme
1 parent 4f4580a commit 53a6c87

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

tfjs-converter/cloudbuild_nightly.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,6 @@ steps:
2323

2424
secrets:
2525
- kmsKeyName: projects/learnjs-174218/locations/global/keyRings/tfjs/cryptoKeys/enc
26-
secretEnv:
27-
BROWSERSTACK_KEY: CiQAkwyoIW0LcnxymzotLwaH4udVTQFBEN4AEA5CA+a3+yflL2ASPQAD8BdZnGARf78MhH5T9rQqyz9HNODwVjVIj64CTkFlUCGrP1B2HX9LXHWHLmtKutEGTeFFX9XhuBzNExA=
2826
timeout: 1800s
2927
logsBucket: 'gs://tfjs-build-logs'
3028
substitutions:

tfjs-converter/scripts/cloud_funcs/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ You can also trigger the function manually via the Cloud UI.
66

77
Command to re-deploy:
88
```sh
9-
gcloud functions deploy converter_pip_nightly_test \
9+
gcloud functions deploy converter_python_nightly \
1010
--runtime nodejs8 \
11-
--trigger-topic nightly
11+
--trigger-topic converter_python_nightly
1212
```
1313

1414
### The pipeline

0 commit comments

Comments
 (0)