File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 23
23
24
24
secrets :
25
25
- kmsKeyName : projects/learnjs-174218/locations/global/keyRings/tfjs/cryptoKeys/enc
26
- secretEnv :
27
- BROWSERSTACK_KEY : CiQAkwyoIW0LcnxymzotLwaH4udVTQFBEN4AEA5CA+a3+yflL2ASPQAD8BdZnGARf78MhH5T9rQqyz9HNODwVjVIj64CTkFlUCGrP1B2HX9LXHWHLmtKutEGTeFFX9XhuBzNExA=
28
26
timeout : 1800s
29
27
logsBucket : ' gs://tfjs-build-logs'
30
28
substitutions :
Original file line number Diff line number Diff line change @@ -6,9 +6,9 @@ You can also trigger the function manually via the Cloud UI.
6
6
7
7
Command to re-deploy:
8
8
``` sh
9
- gcloud functions deploy converter_pip_nightly_test \
9
+ gcloud functions deploy converter_python_nightly \
10
10
--runtime nodejs8 \
11
- --trigger-topic nightly
11
+ --trigger-topic converter_python_nightly
12
12
```
13
13
14
14
### The pipeline
You can’t perform that action at this time.
0 commit comments