2
0
mirror of https://github.com/fork-maintainers/iceraven-browser synced 2024-11-15 18:12:54 +00:00

[fenix] Block github tagging on push-apk (https://github.com/mozilla-mobile/fenix/pull/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.
This commit is contained in:
Ben Hearsum 2020-09-30 09:28:40 -04:00 committed by GitHub
parent af732f0748
commit 6977b53c5f

View File

@ -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