Skip to content

Commit

Permalink
update daily.yml to new version of -ci-daily
Browse files Browse the repository at this point in the history
  • Loading branch information
kjk committed Oct 31, 2024
1 parent f346635 commit 197c14d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 12 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,4 @@ jobs:
fetch-depth: 0

- name: Build
env:
CERT_PWD: ${{ secrets.CERT_PWD }}
run: .\doit.bat -ci
10 changes: 0 additions & 10 deletions .github/workflows/daily.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,18 +19,8 @@ jobs:

- name: Build
env:
CERT_PWD: ${{ secrets.CERT_PWD }}
R2_SECRET: ${{ secrets.R2_SECRET }}
R2_ACCESS: ${{ secrets.R2_ACCESS }}
BB_SECRET: ${{ secrets.BB_SECRET }}
BB_ACCESS: ${{ secrets.BB_ACCESS }}
run: .\doit.bat -ci-daily

# a separate step from -ci to make logs easier to read
- name: Upload to spaces and s3
env:
R2_SECRET: ${{ secrets.R2_SECRET }}
R2_ACCESS: ${{ secrets.R2_ACCESS }}
BB_SECRET: ${{ secrets.BB_SECRET }}
BB_ACCESS: ${{ secrets.BB_ACCESS }}
run: .\doit.bat -ci-upload

0 comments on commit 197c14d

Please sign in to comment.