ci/cd maybe??
Some checks failed
Build and Deploy artifact / build (push) Failing after 11s

This commit is contained in:
kento2 2026-08-05 01:35:49 +02:00
parent a20a5c7169
commit 06507dbd04
2 changed files with 4 additions and 4 deletions

View file

@ -13,6 +13,7 @@ jobs:
- id: build
run: |
bazel build //bukkit:bukkit.publish //core:core.publish //velocity:velocity.publish \
--remote_cache='https://${{ secrets.CACHE_USERNAME }}:${{ secrets.CACHE_PASSWORD }}@cache.lab0x13.site' \
--define=maven_repo='https://repo.lab0x13.site/' \
--remote_upload_local_results
--batch \
--remote_upload_local_results \
--remote_cache='https://${{ secrets.CACHE_USERNAME }}:${{ secrets.CACHE_PASSWORD }}@cache.lab0x13.site' \
--define=maven_repo='https://repo.lab0x13.site/'