diff --git a/taskcluster/examples-base.tyml b/taskcluster/examples-base.tyml index 0360612de3..0cb8140897 100644 --- a/taskcluster/examples-base.tyml +++ b/taskcluster/examples-base.tyml @@ -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"