Skip to content

Commit

Permalink
Update builds.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cmspam authored May 14, 2024
1 parent 5ec04e2 commit fb5b2b0
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,8 @@ jobs:

- name: Apply Incus Patches
run: |
cd incus/patches
for patch in ui-canonical-*; do
git apply --directory="../../lxd-ui" $patch
done
cd lxd-ui
git am --ignore-whitespace --3way ../incus/patches/ui-canonical-*.patch || git am --abort
- name: Rename Files
run: |
Expand Down

0 comments on commit fb5b2b0

Please sign in to comment.