Merge pull request #3223 from lissyx/fix-examples

Fix wrong repo/branch for examples
This commit is contained in:
lissyx 2020-08-04 21:56:16 +02:00 committed by GitHub
commit fd482e8440
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -25,8 +25,8 @@ then:
DEEPSPEECH_MODEL: "https://github.com/reuben/DeepSpeech/releases/download/v0.8.0/models_0.8.tar.gz"
DEEPSPEECH_AUDIO: "https://github.com/mozilla/DeepSpeech/releases/download/v0.4.1/audio-0.4.1.tar.gz"
PIP_DEFAULT_TIMEOUT: "60"
EXAMPLES_CLONE_URL: "https://github.com/lissyx/DeepSpeech-examples"
EXAMPLES_CHECKOUT_TARGET: "pr-electron-example"
EXAMPLES_CLONE_URL: "https://github.com/mozilla/DeepSpeech-examples"
EXAMPLES_CHECKOUT_TARGET: "r0.8"
command:
- "/bin/bash"