diff --git a/build-tools/build-docker-images/build-stx-images.sh b/build-tools/build-docker-images/build-stx-images.sh index 59411be4..a24071a2 100755 --- a/build-tools/build-docker-images/build-stx-images.sh +++ b/build-tools/build-docker-images/build-stx-images.sh @@ -43,8 +43,7 @@ export USE_DOCKER_CACHE=no TAG_LATEST=no TAG_LIST_FILE= TAG_LIST_LATEST_FILE= -#DEFAULT_SPICE_REPO="https://gitlab.freedesktop.org/spice/spice-html5" -DEFAULT_SPICE_REPO="https://github.com/freedesktop-unofficial-mirror/spice__spice-html5.git" +DEFAULT_SPICE_REPO="https://gitlab.freedesktop.org/spice/spice-html5" declare -a ONLY declare -a SKIP declare -i MAX_ATTEMPTS=1