Skip to content

Commit

Permalink
Add temporary 'want' notations
Browse files Browse the repository at this point in the history
  • Loading branch information
ssorj committed Jan 4, 2025
1 parent e7c0db1 commit b09c14d
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions python/skewer/standardsteps.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,10 @@ platform/set_up_your_podman_environments:
commands:
"*":
- run: export SKUPPER_PLATFORM=podman
- run: systemctl --user enable --now podman.socket
- run: |
Want: skupper system install
Want: skupper system start
systemctl --user enable --now podman.socket
postamble: |
If the `systemctl` command doesn't work, you can try the `podman
system service` command instead:
Expand All @@ -120,7 +123,10 @@ platform/set_up_your_podman_environment:
commands:
"*":
- run: export SKUPPER_PLATFORM=podman
- run: systemctl --user enable --now podman.socket
- run: |
Want: skupper system install
Want: skupper system start
systemctl --user enable --now podman.socket
postamble: |
If the `systemctl` command does not work, you can try the `podman
system service` command instead:
Expand Down

0 comments on commit b09c14d

Please sign in to comment.