.
All checks were successful
Build and Deploy artifact / build (push) Successful in 2m2s

This commit is contained in:
kento2 2026-08-05 15:14:43 +02:00
parent 850a9ab107
commit 19a7495fe1

View file

@ -19,8 +19,10 @@ jobs:
CACHE_USERNAME: ${{ secrets.CACHE_USERNAME }}
CACHE_PASSWORD: ${{ secrets.CACHE_PASSWORD }}
run: |
bazel --batch build //bukkit:bukkit.publish //core:core.publish //velocity:velocity.publish \
--remote_upload_local_results \
bazel \
--batch \
--output_user_root=/var/cache/bazel \
--remote_cache="https://${CACHE_USERNAME}:${CACHE_PASSWORD}@cache.lab0x13.site:443" \
--noremote_cache_async
build //bukkit:bukkit.publish //core:core.publish //velocity:velocity.publish \
--remote_upload_local_results \
--remote_cache="https://${CACHE_USERNAME}:${CACHE_PASSWORD}@cache.lab0x13.site:443" \
--noremote_cache_async