This commit is contained in:
parent
b3b817e695
commit
89409f420a
1 changed files with 2 additions and 4 deletions
|
|
@ -18,14 +18,12 @@ jobs:
|
||||||
env:
|
env:
|
||||||
CACHE_USERNAME: ${{ secrets.CACHE_USERNAME }}
|
CACHE_USERNAME: ${{ secrets.CACHE_USERNAME }}
|
||||||
CACHE_PASSWORD: ${{ secrets.CACHE_PASSWORD }}
|
CACHE_PASSWORD: ${{ secrets.CACHE_PASSWORD }}
|
||||||
MAVENREPO_USERNAME: ${{ secrets.MAVENREPO_USERNAME }}
|
MAVEN_USER: ${{ secrets.MAVENREPO_USERNAME }}
|
||||||
MAVENREPO_PASSWORD: ${{ secrets.MAVENREPO_PASSWORD }}
|
MAVEN_PASSWORD: ${{ secrets.MAVENREPO_PASSWORD }}
|
||||||
run: |
|
run: |
|
||||||
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_cache="https://${CACHE_USERNAME}:${CACHE_PASSWORD}@cache.lab0x13.site:443" \
|
--remote_cache="https://${CACHE_USERNAME}:${CACHE_PASSWORD}@cache.lab0x13.site:443" \
|
||||||
--define=maven_user="$MAVENREPO_USERNAME" \
|
|
||||||
--define=maven_password="$MAVENREPO_PASSWORD" \
|
|
||||||
--remote_upload_local_results \
|
--remote_upload_local_results \
|
||||||
--noremote_cache_async
|
--noremote_cache_async
|
||||||
Loading…
Add table
Add a link
Reference in a new issue