Skip to content

Commit

Permalink
Fix cloud build and readme (tensorflow#2555)
Browse files Browse the repository at this point in the history
* fix cloud function error and updated readme

* updated readme
  • Loading branch information
pyu10055 authored Dec 13, 2019
1 parent 4f4580a commit 53a6c87
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions tfjs-converter/cloudbuild_nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@ steps:

secrets:
- kmsKeyName: projects/learnjs-174218/locations/global/keyRings/tfjs/cryptoKeys/enc
secretEnv:
BROWSERSTACK_KEY: CiQAkwyoIW0LcnxymzotLwaH4udVTQFBEN4AEA5CA+a3+yflL2ASPQAD8BdZnGARf78MhH5T9rQqyz9HNODwVjVIj64CTkFlUCGrP1B2HX9LXHWHLmtKutEGTeFFX9XhuBzNExA=
timeout: 1800s
logsBucket: 'gs://tfjs-build-logs'
substitutions:
Expand Down
4 changes: 2 additions & 2 deletions tfjs-converter/scripts/cloud_funcs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ You can also trigger the function manually via the Cloud UI.

Command to re-deploy:
```sh
gcloud functions deploy converter_pip_nightly_test \
gcloud functions deploy converter_python_nightly \
--runtime nodejs8 \
--trigger-topic nightly
--trigger-topic converter_python_nightly
```

### The pipeline
Expand Down

0 comments on commit 53a6c87

Please sign in to comment.