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

This commit is contained in:
kento2 2026-08-05 01:36:38 +02:00
parent 06507dbd04
commit 36af905abe

View file

@ -12,8 +12,8 @@ jobs:
- uses: actions/checkout@v7 - uses: actions/checkout@v7
- id: build - id: build
run: | run: |
bazel shutdown
bazel build //bukkit:bukkit.publish //core:core.publish //velocity:velocity.publish \ bazel build //bukkit:bukkit.publish //core:core.publish //velocity:velocity.publish \
--batch \
--remote_upload_local_results \ --remote_upload_local_results \
--remote_cache='https://${{ secrets.CACHE_USERNAME }}:${{ secrets.CACHE_PASSWORD }}@cache.lab0x13.site' \ --remote_cache='https://${{ secrets.CACHE_USERNAME }}:${{ secrets.CACHE_PASSWORD }}@cache.lab0x13.site' \
--define=maven_repo='https://repo.lab0x13.site/' --define=maven_repo='https://repo.lab0x13.site/'