From cd6ab4511942ce1f8ce094c1ab617e182763ae42 Mon Sep 17 00:00:00 2001 From: Ben Hearsum Date: Wed, 30 Sep 2020 09:28:40 -0400 Subject: [PATCH] Block github tagging on push-apk (#15546) Currently, push-apk fails to verify its chain of trust if github tagging is done before it runs. Until this is fixed, we need to make sure tagging is blocked on pushing. --- taskcluster/ci/github-release/kind.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/taskcluster/ci/github-release/kind.yml b/taskcluster/ci/github-release/kind.yml index 8d7df3941..262061c66 100644 --- a/taskcluster/ci/github-release/kind.yml +++ b/taskcluster/ci/github-release/kind.yml @@ -10,6 +10,9 @@ transforms: - taskgraph.transforms.task:transforms kind-dependencies: + # To work around a race condition where if this runs before + # push-apk, push-apk fails to verify chain of trust + - push-apk - signing primary-dependency: signing