.
Some checks failed
Build and Deploy artifact / build (push) Failing after 22s

This commit is contained in:
kento2 2026-08-06 13:01:45 +02:00
parent 0b2430d82e
commit 86ea34946a

View file

@ -21,11 +21,11 @@ jobs:
MAVENREPO_USERNAME: ${{ secrets.MAVENREPO_USERNAME }} MAVENREPO_USERNAME: ${{ secrets.MAVENREPO_USERNAME }}
MAVENREPO_PASSWORD: ${{ secrets.MAVENREPO_PASSWORD }} MAVENREPO_PASSWORD: ${{ secrets.MAVENREPO_PASSWORD }}
run: | run: |
bazel \ bazel
--output_user_root=/var/cache/bazel \ --output_user_root=/var/cache/bazel \
build //bukkit:bukkit.publish //core:core.publish //velocity:velocity.publish \ build //bukkit:bukkit.publish //core:core.publish //velocity:velocity.publish \
--remote_cache="https://${CACHE_USERNAME}:${CACHE_PASSWORD}@cache.lab0x13.site:443" \ --remote_cache="https://${CACHE_USERNAME}:${CACHE_PASSWORD}@cache.lab0x13.site:443" \
--maven_user="$MAVENREPO_USERNAME" \ --define=maven_user="$MAVENREPO_USERNAME" \
--maven_password= "$MAVENREPO_PASSWORD" \ --define=maven_password= "$MAVENREPO_PASSWORD" \
--remote_upload_local_results \ --remote_upload_local_results \
--noremote_cache_async --noremote_cache_async