This commit is contained in:
2026-03-22 03:06:20 +01:00
parent 3f0c46f8d5
commit c6f4678d0d

2
Jenkinsfile vendored
View File

@@ -16,7 +16,7 @@ pipeline {
test -s .docker-cache/ut99.ref
echo "ut99 ref: $(cat .docker-cache/ut99.ref)"
git ls-remote https://gitea.chacha.ddns.net/chacha/icons-collection.git refs/heads/master \
git ls-remote https://gitea.chacha.ddns.net/chacha/icons-collection.git refs/heads/main \
| awk '{print $1}' > .docker-cache/icons.ref
test -s .docker-cache/icons.ref
echo "icons ref: $(cat .docker-cache/uticons99.ref)"