Skip to content

Commit

Permalink
ci(release): limit conveyor cache size
Browse files Browse the repository at this point in the history
  • Loading branch information
gotson committed Dec 18, 2023
1 parent 0437674 commit cabed41
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ jobs:
uses: hydraulic-software/conveyor/actions/[email protected]
if: inputs.github_release
with:
command: -f conveyor.ci.conf make site -o ./output/site
command: --cache-limit=2.0 -f conveyor.ci.conf make site -o ./output/site
signing_key: ${{ secrets.CONVEYOR_SIGNING_KEY }}
agree_to_license: 1
env:
Expand All @@ -191,7 +191,7 @@ jobs:
uses: hydraulic-software/conveyor/actions/[email protected]
if: inputs.github_release
with:
command: -f conveyor.ci.conf make old-site -o ./output/old-site
command: --cache-limit=2.0 -f conveyor.ci.conf make old-site -o ./output/old-site
signing_key: ${{ secrets.CONVEYOR_SIGNING_KEY }}
agree_to_license: 1
env:
Expand Down Expand Up @@ -276,7 +276,7 @@ jobs:
uses: hydraulic-software/conveyor/actions/[email protected]
if: inputs.msstore_release
with:
command: -f conveyor.msstore.ci.conf make ms-store-release -o ./output/msstore
command: --cache-limit=2.0 -f conveyor.msstore.ci.conf make ms-store-release -o ./output/msstore
signing_key: ${{ secrets.CONVEYOR_SIGNING_KEY }}
agree_to_license: 1
env:
Expand Down

0 comments on commit cabed41

Please sign in to comment.