From 52775504e50b5591dd5ada16da36a619edb856f7 Mon Sep 17 00:00:00 2001 From: Reuben Morais Date: Wed, 12 Feb 2020 13:18:23 +0100 Subject: [PATCH] Point to master branch of examples --- taskcluster/examples-base.tyml | 2 +- taskcluster/win-opt-base.tyml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/taskcluster/examples-base.tyml b/taskcluster/examples-base.tyml index 381e9284..65757ca1 100644 --- a/taskcluster/examples-base.tyml +++ b/taskcluster/examples-base.tyml @@ -34,7 +34,7 @@ then: 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/mozilla/DeepSpeech-examples" - EXAMPLES_CHECKOUT_TARGET: "embedded-beam-width" + EXAMPLES_CHECKOUT_TARGET: "master" command: - "/bin/bash" diff --git a/taskcluster/win-opt-base.tyml b/taskcluster/win-opt-base.tyml index e892ec70..f1a3c680 100644 --- a/taskcluster/win-opt-base.tyml +++ b/taskcluster/win-opt-base.tyml @@ -44,7 +44,7 @@ payload: MSYS: 'winsymlinks:nativestrict' TENSORFLOW_BUILD_ARTIFACT: ${build.tensorflow} EXAMPLES_CLONE_URL: "https://github.com/mozilla/DeepSpeech-examples" - EXAMPLES_CHECKOUT_TARGET: "embedded-beam-width" + EXAMPLES_CHECKOUT_TARGET: "master" command: - >-