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
|
||||
2
.idea/workspace.xml
generated
2
.idea/workspace.xml
generated
|
|
@ -41,9 +41,7 @@
|
|||
</component>
|
||||
<component name="ChangeListManager">
|
||||
<list default="true" id="6414223f-1761-4683-97f5-9dab59d6c44a" name="Changes" comment="ci/cd maybe??">
|
||||
<change beforePath="$PROJECT_DIR$/.bazelrc" beforeDir="false" afterPath="$PROJECT_DIR$/.bazelrc" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/.forgejo/workflows/publish-artifact.yml" beforeDir="false" afterPath="$PROJECT_DIR$/.forgejo/workflows/publish-artifact.yml" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/MODULE.bazel" beforeDir="false" afterPath="$PROJECT_DIR$/MODULE.bazel" afterDir="false" />
|
||||
</list>
|
||||
<option name="SHOW_DIALOG" value="false" />
|
||||
<option name="HIGHLIGHT_CONFLICTS" value="true" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue