Skip to content

Commit

Permalink
CI: update snapd.patch
Browse files Browse the repository at this point in the history
  • Loading branch information
slyon committed Aug 14, 2024
1 parent d08817b commit 363ab6d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/snapd.patch
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
@@ -70,6 +70,8 @@
@@ -119,6 +119,8 @@

sleep 5
if "$COMMAND" exec "$CONTAINER" -- systemctl mask [email protected]; then
+ "$COMMAND" exec "$CONTAINER" -- systemctl mask snapd.service
+ "$COMMAND" exec "$CONTAINER" -- systemctl mask snapd.seeded.service
"$COMMAND" exec "$CONTAINER" -- reboot
if "$COMMAND" exec "${REMOTE:+$REMOTE:}$CONTAINER" -- systemctl mask [email protected]; then
+ "$COMMAND" exec "${REMOTE:+$REMOTE:}$CONTAINER" -- systemctl mask snapd.service
+ "$COMMAND" exec "${REMOTE:+$REMOTE:}$CONTAINER" -- systemctl mask snapd.seeded.service
safe_reboot
fi

0 comments on commit 363ab6d

Please sign in to comment.