We're moving libvirt development to GitLab, so it makes sense that
we'd fetch Dockerfiles from there rather than GitHub going forward.
Signed-off-by: Andrea Bolognani <abologna(a)redhat.com>
---
trigger | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/trigger b/trigger
index d2e853d..4e71d32 100755
--- a/trigger
+++ b/trigger
@@ -16,7 +16,7 @@ test "$outfile" || usage
while read zip
do
repository="${zip%.zip}"
-
url="https://github.com/libvirt/libvirt-dockerfiles/raw/master/$zip&...
+
url="https://gitlab.com/libvirt/libvirt-dockerfiles/-/raw/master/$zi...
"$QUAYADMIN" create-build libvirt "$repository" "$url"
--
2.25.1