From ec1cc3d64e7f9615a112e292751971873fdbcdbd Mon Sep 17 00:00:00 2001 From: James Elliott Date: Fri, 3 Dec 2021 17:10:09 +1100 Subject: [PATCH] ci: skip deploy aur step on master branch (#2668) --- .buildkite/deployment.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.buildkite/deployment.sh b/.buildkite/deployment.sh index 43c472bd5..638edad27 100755 --- a/.buildkite/deployment.sh +++ b/.buildkite/deployment.sh @@ -50,7 +50,7 @@ steps: - label: ":linux: Deploy AUR" command: ".buildkite/steps/aurpackages.sh | buildkite-agent pipeline upload" 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" command: "aptdeploy.sh"