ci/cd maybe??
All checks were successful
Build and Deploy artifact / build (push) Successful in 1m59s

This commit is contained in:
kento2 2026-08-05 02:46:12 +02:00
parent 8e18e70420
commit f75f1e7946
2 changed files with 4 additions and 4 deletions

View file

@ -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