This commit is contained in:
parent
930ce3ff46
commit
03c41c7835
3 changed files with 6 additions and 2 deletions
|
|
@ -7,7 +7,7 @@ jobs:
|
|||
build:
|
||||
runs-on: docker
|
||||
container:
|
||||
image: "git.lab0x13.site/scrow/bazel-java:0.8"
|
||||
image: "git.lab0x13.site/scrow/bazel-java:0.9"
|
||||
steps:
|
||||
- uses: actions/checkout@v7
|
||||
- uses: actions/cache@v6
|
||||
|
|
@ -20,7 +20,6 @@ jobs:
|
|||
CACHE_PASSWORD: ${{ secrets.CACHE_PASSWORD }}
|
||||
run: |
|
||||
bazel \
|
||||
--batch \
|
||||
--output_user_root=/var/cache/bazel \
|
||||
build //bukkit:bukkit.publish //core:core.publish //velocity:velocity.publish \
|
||||
--remote_upload_local_results \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue