ci: skip deploy aur step on master branch (#2668)

pull/2667/head
James Elliott 2021-12-03 17:10:09 +11:00 committed by GitHub
parent a689ffe372
commit ec1cc3d64e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ steps:
- label: ":linux: Deploy AUR" - label: ":linux: Deploy AUR"
command: ".buildkite/steps/aurpackages.sh | buildkite-agent pipeline upload" command: ".buildkite/steps/aurpackages.sh | buildkite-agent pipeline upload"
depends_on: ~ depends_on: ~
if: build.tag != null || build.branch == "master" && build.env("CI_BYPASS") != "true" if: build.tag != null && build.env("CI_BYPASS") != "true"
- label: ":debian: :fedora: :ubuntu: Deploy APT" - label: ":debian: :fedora: :ubuntu: Deploy APT"
command: "aptdeploy.sh" command: "aptdeploy.sh"