This commit is contained in:
2026-03-23 17:38:34 +01:00
parent ccdf514f73
commit 38468267c5
6 changed files with 34 additions and 15 deletions

3
Jenkinsfile vendored
View File

@@ -19,7 +19,7 @@ pipeline {
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)"
echo "icons ref: $(cat .docker-cache/icons.ref)"
'''
}
}
@@ -169,6 +169,7 @@ pipeline {
sh '''
mkdir -p config/chroot_local-includes/usr/local/games/ut99/
cp -R /root/ut-game/* config/chroot_local-includes/usr/local/games/ut99/
cp /root/icons-collection/small/ut99.png /usr/share/icons/
'''
}
}