Skip to content

Commit

Permalink
fixup! ci: check for unclean patches
Browse files Browse the repository at this point in the history
cloning cwd is contrast
  • Loading branch information
burgerdev committed Nov 4, 2024
1 parent 4654cc6 commit 7b805cc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,9 @@ jobs:
githubToken: ${{ secrets.GITHUB_TOKEN }}
cachixToken: ${{ secrets.CACHIX_AUTH_TOKEN }}
- name: Check out Kata
working-directory: contrast
run: |
git clone --depth 1 -b "$(nix eval --raw .#kata.kata-runtime.version)" https://github.com/kata-containers/kata-containers.git kata
git clone --depth 1 -b "$(nix eval --raw .#kata.kata-runtime.version)" https://github.com/kata-containers/kata-containers.git ../kata
- name: Apply patches
working-directory: kata
run: |
Expand Down

0 comments on commit 7b805cc

Please sign in to comment.