ci/cd maybe??
All checks were successful
Build and Deploy artifact / build (push) Successful in 1m59s
All checks were successful
Build and Deploy artifact / build (push) Successful in 1m59s
This commit is contained in:
parent
8e18e70420
commit
f75f1e7946
2 changed files with 4 additions and 4 deletions
|
|
@ -3,7 +3,6 @@ on:
|
|||
push:
|
||||
branches: [master, main]
|
||||
|
||||
#--remote_cache='https://${{ secrets.CACHE_USERNAME }}:${{ secrets.CACHE_PASSWORD }}@cache.lab0x13.site:443' \
|
||||
jobs:
|
||||
build:
|
||||
runs-on: docker
|
||||
|
|
@ -12,8 +11,11 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/checkout@v7
|
||||
- id: build
|
||||
env:
|
||||
CACHE_USERNAME: ${{ secrets.CACHE_USERNAME }}
|
||||
CACHE_PASSWORD: ${{ secrets.CACHE_PASSWORD }}
|
||||
run: |
|
||||
bazel --batch build //bukkit:bukkit.publish //core:core.publish //velocity:velocity.publish \
|
||||
--remote_upload_local_results \
|
||||
--remote_cache='https://asd:1234@cache.lab0x13.site:443' \
|
||||
--remote_cache="https://${CACHE_USERNAME}:${CACHE_PASSWORD}@cache.lab0x13.site:443" \
|
||||
--noremote_cache_async
|
||||
Loading…
Add table
Add a link
Reference in a new issue