Skip to content

Commit

Permalink
Merge pull request #521 from escapewindow/no-pushsnap
Browse files Browse the repository at this point in the history
bug 1728330 - remove pushsnap support
  • Loading branch information
escapewindow committed Nov 9, 2021
2 parents 88ac950 + b667e3f commit b529519
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
3 changes: 0 additions & 3 deletions src/scriptworker/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -335,9 +335,6 @@
"project:releng:signing:cert:release-signing": "all-release-branches",
"project:releng:flathub:firefox:beta": "beta-or-release", # Needed on release for RCs
"project:releng:flathub:firefox:stable": "release",
"project:releng:snapcraft:firefox:beta": "beta-or-release", # Needed on release for RCs
"project:releng:snapcraft:firefox:candidate": "release",
"project:releng:snapcraft:firefox:esr": "esr",
"project:releng:ship-it:production": "all-production-branches",
"project:releng:treescript:action:push": "all-production-branches",
}
Expand Down
1 change: 0 additions & 1 deletion src/scriptworker/cot/verify.py
Original file line number Diff line number Diff line change
Expand Up @@ -440,7 +440,6 @@ def get_valid_task_types():
"decision": verify_parent_task,
"docker-image": verify_docker_image_task,
"pushapk": verify_scriptworker_task,
"pushsnap": verify_scriptworker_task,
"shipit": verify_scriptworker_task,
"signing": verify_scriptworker_task,
"partials": verify_partials_task,
Expand Down

0 comments on commit b529519

Please sign in to comment.