From e795a23b092b381e19de9060fa6605b82924ef2b Mon Sep 17 00:00:00 2001 From: Ernesto Puerta <37327689+epuertat@users.noreply.github.com> Date: Mon, 24 Jan 2022 11:10:45 +0100 Subject: [PATCH] docker: remove quincy container build Quincy RPMs are not still available at Shaman, so let's disable this until then. --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index ba1b11acdf3..2e707b9dfbc 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -49,7 +49,7 @@ jobs: strategy: fail-fast: false matrix: - branch: [master, quincy, pacific, octopus, nautilus] + branch: [master, pacific, octopus, nautilus] name: [ceph, ceph-rpm] include: - name: ceph @@ -80,7 +80,7 @@ jobs: strategy: fail-fast: false matrix: - branch: [master, quincy, pacific, octopus, nautilus] + branch: [master, pacific, octopus, nautilus] steps: - name: Checkout uses: actions/checkout@master