test
This commit is contained in:
3
Jenkinsfile
vendored
3
Jenkinsfile
vendored
@@ -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/
|
||||
'''
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user