This commit is contained in:
parent
67061faea6
commit
07ec28bf3c
3 changed files with 7 additions and 4 deletions
|
|
@ -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
|
||||
Loading…
Add table
Add a link
Reference in a new issue