Skip to content

Commit

Permalink
WIP: REMOVE BEFORE MERGING
Browse files Browse the repository at this point in the history
  • Loading branch information
vojtechtrefny committed Nov 14, 2023
1 parent 7275f8b commit b92cdc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion misc/ci.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 /

0 comments on commit b92cdc2

Please sign in to comment.