From cd0647c7579e6dc01ce6a79368b633e2950dc920 Mon Sep 17 00:00:00 2001 From: Joe Doss Date: Thu, 19 Nov 2020 15:05:49 -0600 Subject: [PATCH] Removes this dupe container block since we are going to run this pipeline (#11506) on master branch pushes only in Buildkite specifically. --- .buildkite/pipeline.containers.yml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/.buildkite/pipeline.containers.yml b/.buildkite/pipeline.containers.yml index 9d98e48da..e05c978b3 100644 --- a/.buildkite/pipeline.containers.yml +++ b/.buildkite/pipeline.containers.yml @@ -7,13 +7,3 @@ steps: username: forem+buildkite password-env: QUAY_LOGIN_PASSWORD server: quay.io - - - command: ./scripts/build_containers.sh - label: ":rocket: Build production containers!" - branches: "master main" - key: build-production-containers - plugins: - - docker-login#v2.0.1: - username: forem+buildkite - password-env: QUAY_LOGIN_PASSWORD - server: quay.io