From ed09fd36101ada9b2f3440563041f9a63cdf6f29 Mon Sep 17 00:00:00 2001 From: Reuben Morais Date: Wed, 7 Oct 2020 18:58:56 +0200 Subject: [PATCH] Add r0.9 branch --- taskcluster/examples-base.tyml | 2 +- taskcluster/github-events.cyml | 2 +- taskcluster/win-opt-base.tyml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/taskcluster/examples-base.tyml b/taskcluster/examples-base.tyml index 82f3760d..5d4718ba 100644 --- a/taskcluster/examples-base.tyml +++ b/taskcluster/examples-base.tyml @@ -26,7 +26,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: "master" + EXAMPLES_CHECKOUT_TARGET: "r0.9" command: - "/bin/bash" diff --git a/taskcluster/github-events.cyml b/taskcluster/github-events.cyml index ba31e2c1..4efa418b 100644 --- a/taskcluster/github-events.cyml +++ b/taskcluster/github-events.cyml @@ -12,4 +12,4 @@ taskcluster: - push - tag branches: - - master + - r0.9 diff --git a/taskcluster/win-opt-base.tyml b/taskcluster/win-opt-base.tyml index 9d0a01c8..ecc811d3 100644 --- a/taskcluster/win-opt-base.tyml +++ b/taskcluster/win-opt-base.tyml @@ -34,7 +34,7 @@ payload: MSYS: 'winsymlinks:nativestrict' GIT_LFS_SKIP_SMUDGE: '1' EXAMPLES_CLONE_URL: "https://github.com/mozilla/DeepSpeech-examples" - EXAMPLES_CHECKOUT_TARGET: "master" + EXAMPLES_CHECKOUT_TARGET: "r0.9" command: - >-