diff options
author | Peter Krempa <pkrempa@redhat.com> | 2025-04-22 17:48:57 +0200 |
---|---|---|
committer | Peter Krempa <pipo@pipo.sk> | 2025-04-23 11:48:08 +0000 |
commit | e275de69f5e1f81b7ad1fc738b4f9a9f15288b07 (patch) | |
tree | 09bf5895508c0fe05d10a08d36c938c2c414c002 /containers/cirrus-run | |
parent | 7b91a1e73956bd443350f7edc87b3b921b5fd3e2 (diff) | |
download | libvirt-ci-master.zip libvirt-ci-master.tar.gz libvirt-ci-master.tar.bz2 |
The upstream for 'cirrus-run' didn't yet accept our patches. Rather than
pulling from a private repo we now have a fork of upstream containing
our patches. Update to pull from it.
Signed-off-by: Peter Krempa <pkrempa@redhat.com>
Diffstat (limited to 'containers/cirrus-run')
-rw-r--r-- | containers/cirrus-run/Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/containers/cirrus-run/Dockerfile b/containers/cirrus-run/Dockerfile index 78aafcd..9eaca67 100644 --- a/containers/cirrus-run/Dockerfile +++ b/containers/cirrus-run/Dockerfile @@ -4,4 +4,4 @@ COPY cirrus-vars.py /usr/bin/cirrus-vars #RUN pip3 install cirrus-run==1.0.1 RUN apk add git -RUN pip3 install 'cirrus-run @ git+https://github.com/pipo/cirrus-run@job-credits-2' +RUN pip3 install 'cirrus-run @ git+https://gitlab.com/libvirt/cirrus-run@main' |