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

This commit is contained in:
kento2 2026-08-05 01:47:37 +02:00
parent bd51eb4516
commit 92a73072eb
2 changed files with 7 additions and 3 deletions

View file

@ -12,8 +12,9 @@ jobs:
- uses: actions/checkout@v7 - uses: actions/checkout@v7
- id: build - id: build
run: | run: |
bazel shutdown env
bazel build //bukkit:bukkit.publish //core:core.publish //velocity:velocity.publish \ bazel build //bukkit:bukkit.publish //core:core.publish //velocity:velocity.publish \
--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/' \
--output_base=/tmp/bazel/$FORGEJO_RUN_ID

5
.idea/workspace.xml generated
View file

@ -40,7 +40,10 @@
</option> </option>
</component> </component>
<component name="ChangeListManager"> <component name="ChangeListManager">
<list default="true" id="6414223f-1761-4683-97f5-9dab59d6c44a" name="Changes" comment="ci/cd maybe??" /> <list default="true" id="6414223f-1761-4683-97f5-9dab59d6c44a" name="Changes" comment="ci/cd maybe??">
<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" /> <option name="SHOW_DIALOG" value="false" />
<option name="HIGHLIGHT_CONFLICTS" value="true" /> <option name="HIGHLIGHT_CONFLICTS" value="true" />
<option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" /> <option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />