This commit is contained in:
parent
8dcc9bdb53
commit
4530c607da
1 changed files with 3 additions and 1 deletions
|
|
@ -22,6 +22,8 @@ jobs:
|
||||||
bazel \
|
bazel \
|
||||||
--output_user_root=/var/cache/bazel \
|
--output_user_root=/var/cache/bazel \
|
||||||
build //bukkit:bukkit.publish //core:core.publish //velocity:velocity.publish \
|
build //bukkit:bukkit.publish //core:core.publish //velocity:velocity.publish \
|
||||||
--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" \
|
||||||
|
--maven_user=${{ MAVENREPO_USERNAME }} \
|
||||||
|
--maven_password=${{ MAVENREPO_PASSWORD }} \
|
||||||
|
--remote_upload_local_results \
|
||||||
--noremote_cache_async
|
--noremote_cache_async
|
||||||
Loading…
Add table
Add a link
Reference in a new issue