ci: fix conveyor

This commit is contained in:
zaneschepke
2026-02-27 13:58:08 -05:00
parent 6365798e08
commit 8c33129cd6
2 changed files with 2 additions and 12 deletions
+2 -10
View File
@@ -23,15 +23,6 @@ jobs:
with:
submodules: recursive
- name: Nuke all Conveyor caches
run: |
rm -rf ~/.config/hydraulic
rm -rf ~/.conveyor
rm -rf ~/.cache/conveyor
rm -rf ~/.cache/hydraulic
rm -rf /tmp/conveyor*
rm -rf $GITHUB_WORKSPACE/.conveyor
- name: Set up JDK 21
uses: actions/setup-java@v4
with:
@@ -74,10 +65,11 @@ jobs:
uses: hydraulic-software/conveyor/actions/build@v21.0
with:
command: make copied-site
extra_flags: -f conveyor-release.conf
extra_flags: -f conveyor-release.conf --passphrase=env:PASSPHRASE
signing_key: ${{ secrets.CONVEYOR_SIGNING_KEY }}
agree_to_license: 1
env:
CONVEYOR_SIGNING_KEY: ${{ secrets.CONVEYOR_SIGNING_KEY }}
CONVEYOR_PAT: ${{ secrets.CONVEYOR_PAT }}
PASSPHRASE: ${{ secrets.CONVEYOR_PASSPHRASE }}
CONVEYOR_AGREE_TO_LICENSE: "1"
-2
View File
@@ -3,9 +3,7 @@ include required("conveyor.conf")
conveyor.billing-email = "dev@zaneschepke.com"
app {
site {
copy-to = "."
consistency-checks = "warn"
// will overwrite base-url
github {