Skip to content

Commit

Permalink
donotmerge: skip patching k8s-dqlite
Browse files Browse the repository at this point in the history
  • Loading branch information
petrutlucian94 committed Jan 9, 2025
1 parent 32d9896 commit 7e18101
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/k8s-snap-integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,10 @@ jobs:
- name: Unpack Snap
run: |
sudo unsquashfs -d snap-unpack-dir k8s.snap
- name: Replace k8s-dqlite binary
run: |
sudo cp ./bin/static/k8s-dqlite snap-unpack-dir/bin/k8s-dqlite
sudo chmod o+r snap-unpack-dir/bin/k8s-dqlite
# - name: Replace k8s-dqlite binary
# run: |
# sudo cp ./bin/static/k8s-dqlite snap-unpack-dir/bin/k8s-dqlite
# sudo chmod o+r snap-unpack-dir/bin/k8s-dqlite
- name: Repack Snap
run: |
sudo mksquashfs snap-unpack-dir k8s-updated.snap -noappend -comp lzo -no-fragments
Expand Down

0 comments on commit 7e18101

Please sign in to comment.