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:17:15 +02:00
parent c75c4cfabc
commit 4060235a75
2 changed files with 9 additions and 9 deletions

View file

@ -1,15 +1,17 @@
name: "Build and Deploy artifact"
on: on:
push: push:
branches: [master] branches: [master,main]
jobs: jobs:
build: build:
runs-on: docker runs-on: docker
container: container:
image: "git.lab0x13.site/scrow/bazel-java:0.5" image: "git.lab0x13.site/scrow/bazel-java:0.6"
steps: steps:
- uses: actions/checkout@v7 - uses: actions/checkout@v7
- id: build - id: build
run: | run: |
bazel build //bukkit:bukkit.publish //core:core.publish //velocity:velocity.publish \ bazel build //bukkit:bukkit.publish //core:core.publish //velocity:velocity.publish \
--remote_cache='https://${{ secrets.CACHE_USERNAME }}:${{ secrets.CACHE_PASSWORD }}@cache.lab0x13.site' --remote_upload_local_results --remote_cache='https://${{ secrets.CACHE_USERNAME }}:${{ secrets.CACHE_PASSWORD }}@cache.lab0x13.site' \
--remote_upload_local_results

10
.idea/workspace.xml generated
View file

@ -40,12 +40,9 @@
</option> </option>
</component> </component>
<component name="ChangeListManager"> <component name="ChangeListManager">
<list default="true" id="6414223f-1761-4683-97f5-9dab59d6c44a" name="Changes" comment="refactor ig"> <list default="true" id="6414223f-1761-4683-97f5-9dab59d6c44a" name="Changes" comment="ci/cd maybe??">
<change afterPath="$PROJECT_DIR$/.forgejo/workflows/publish-artifact.yml" afterDir="false" /> <change beforePath="$PROJECT_DIR$/.forgejo/workflows/publish-artifact.yml" beforeDir="false" afterPath="$PROJECT_DIR$/.forgejo/workflows/publish-artifact.yml" afterDir="false" />
<change afterPath="$PROJECT_DIR$/.idea/jsonSchemas.xml" afterDir="false" />
<change beforePath="$PROJECT_DIR$/.bazelrc" beforeDir="false" afterPath="$PROJECT_DIR$/.bazelrc" afterDir="false" />
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" /> <change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
<change beforePath="$PROJECT_DIR$/README.md" beforeDir="false" afterPath="$PROJECT_DIR$/README.md" afterDir="false" />
</list> </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" />
@ -608,6 +605,7 @@
<MESSAGE value="works" /> <MESSAGE value="works" />
<MESSAGE value="make velocity work" /> <MESSAGE value="make velocity work" />
<MESSAGE value="refactor ig" /> <MESSAGE value="refactor ig" />
<option name="LAST_COMMIT_MESSAGE" value="refactor ig" /> <MESSAGE value="ci/cd maybe??" />
<option name="LAST_COMMIT_MESSAGE" value="ci/cd maybe??" />
</component> </component>
</project> </project>