This commit is contained in:
parent
1f3ac81eb5
commit
1ed3e949d5
3 changed files with 4 additions and 2 deletions
|
|
@ -3,6 +3,7 @@ on:
|
|||
push:
|
||||
branches: [master, main]
|
||||
|
||||
#--remote_cache='https://${{ secrets.CACHE_USERNAME }}:${{ secrets.CACHE_PASSWORD }}@cache.lab0x13.site:443' \
|
||||
jobs:
|
||||
build:
|
||||
runs-on: docker
|
||||
|
|
@ -14,5 +15,5 @@ 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:443' \
|
||||
--remote-cache='https://asd:1234@cache.lab0x13.site:443' \
|
||||
--noremote_cache_async
|
||||
Loading…
Add table
Add a link
Reference in a new issue