From b92cdc20bc16b9ea4f39a80d43fbb01d5957bbe8 Mon Sep 17 00:00:00 2001 From: Vojtech Trefny Date: Tue, 14 Nov 2023 10:43:15 +0100 Subject: [PATCH] WIP: REMOVE BEFORE MERGING --- misc/ci.Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/ci.Dockerfile b/misc/ci.Dockerfile index eecf79e23..f869ba3d0 100644 --- a/misc/ci.Dockerfile +++ b/misc/ci.Dockerfile @@ -5,6 +5,6 @@ FROM registry.fedoraproject.org/fedora:latest RUN set -e; \ dnf install -y ansible python3-pip git which dnf-plugins-core; \ git clone --depth 1 https://github.com/storaged-project/ci.git; \ - git clone --depth 1 https://github.com/storaged-project/blivet-gui.git; + git clone --depth 1 -b main_test-fixes https://github.com/vojtechtrefny/blivet-gui.git; WORKDIR /