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

This commit is contained in:
kento2 2026-08-05 02:23:24 +02:00
parent 67061faea6
commit 07ec28bf3c
3 changed files with 7 additions and 4 deletions

View file

@ -2,5 +2,5 @@ build --java_language_version=25
build --java_runtime_version=25
build --tool_java_language_version=25
build --tool_java_runtime_version=25
build --remote_cache=https://cache.lab0x13.site
build --remote_cache=https://cache.lab0x13.site:443
build --remote_upload_local_results=false

View file

@ -1,7 +1,7 @@
name: "Build and Deploy artifact"
on:
push:
branches: [master,main]
branches: [master, main]
jobs:
build:
@ -14,6 +14,7 @@ jobs:
run: |
bazel --batch build //bukkit:bukkit.publish //core:core.publish //velocity:velocity.publish \
--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:443' \
--define=maven_repo='https://repo.lab0x13.site/' \
--output_base=/tmp/bazel/$FORGEJO_RUN_ID
--output_base=/tmp/bazel/$FORGEJO_RUN_ID \
--noremote_cache_async

2
.idea/workspace.xml generated
View file

@ -41,6 +41,8 @@
</component>
<component name="ChangeListManager">
<list default="true" id="6414223f-1761-4683-97f5-9dab59d6c44a" name="Changes" comment="ci/cd maybe??">
<change beforePath="$PROJECT_DIR$/.bazelrc" beforeDir="false" afterPath="$PROJECT_DIR$/.bazelrc" afterDir="false" />
<change beforePath="$PROJECT_DIR$/.forgejo/workflows/publish-artifact.yml" beforeDir="false" afterPath="$PROJECT_DIR$/.forgejo/workflows/publish-artifact.yml" afterDir="false" />
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
</list>
<option name="SHOW_DIALOG" value="false" />