Skip to content

Commit

Permalink
detach systemd container
Browse files Browse the repository at this point in the history
  • Loading branch information
femnad committed Dec 13, 2023
1 parent 23c6f7c commit bbfe237
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/podman-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ jobs:

- name: Provision in the image
run: |
container=$(podman container run --name ubuntu --rm fup:ubuntu)
container=$(podman container run --name ubuntu --rm -d fup:ubuntu)
podman container exec -ti $container bash -c 'curl -L fcd.url.lol/u | bash -'

0 comments on commit bbfe237

Please sign in to comment.