Skip to content

Commit

Permalink
fixup! CI: Add cheshire CI
Browse files Browse the repository at this point in the history
Signed-off-by: Nils Wistoff <[email protected]>
  • Loading branch information
niwis committed Feb 20, 2024
1 parent d8ec87b commit 353fe5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cheshire.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
ref: cva6/pulp-v1.0.0
token: ${{ secrets.CHESHIRE_TOKEN }}
- name: Patch Bender.lock
run: sed -i '/ cva6:/{n;s/.*/ revision: $GITHUB_SHA/;}' Bender.lock
run: sed -i "/ cva6:/{n;s/.*/ revision: \$GITHUB_SHA/;}" Bender.lock
- name: Commit ref
run: |
git checkout -b cva6-ci/$(git rev-parse --short "$GITHUB_SHA")
Expand Down

0 comments on commit 353fe5c

Please sign in to comment.