This commit is contained in:
parent
9b072e6a83
commit
be29fd2c53
1 changed files with 1 additions and 1 deletions
|
|
@ -18,9 +18,9 @@ jobs:
|
||||||
env:
|
env:
|
||||||
CACHE_USERNAME: ${{ secrets.CACHE_USERNAME }}
|
CACHE_USERNAME: ${{ secrets.CACHE_USERNAME }}
|
||||||
CACHE_PASSWORD: ${{ secrets.CACHE_PASSWORD }}
|
CACHE_PASSWORD: ${{ secrets.CACHE_PASSWORD }}
|
||||||
|
OUTPUT_ROOT: /var/cache/bazel
|
||||||
run: |
|
run: |
|
||||||
bazel --batch build //bukkit:bukkit.publish //core:core.publish //velocity:velocity.publish \
|
bazel --batch build //bukkit:bukkit.publish //core:core.publish //velocity:velocity.publish \
|
||||||
--repository_cache=/var/cache/bazel \
|
|
||||||
--remote_upload_local_results \
|
--remote_upload_local_results \
|
||||||
--remote_cache="https://${CACHE_USERNAME}:${CACHE_PASSWORD}@cache.lab0x13.site:443" \
|
--remote_cache="https://${CACHE_USERNAME}:${CACHE_PASSWORD}@cache.lab0x13.site:443" \
|
||||||
--noremote_cache_async
|
--noremote_cache_async
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue