Skip to content

Commit

Permalink
explicitely not failed on apt-remove
Browse files Browse the repository at this point in the history
  • Loading branch information
xpillons committed Jul 9, 2024
1 parent cc3909b commit 5790242
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/update_selfhost.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
# https://docs.docker.com/engine/install/ubuntu/
- name: upgrade docker
run: |
set +e
for pkg in docker.io docker-doc docker-compose docker-compose-v2 podman-docker containerd runc; do apt-get remove $pkg; done
apt autoremove
Expand Down

0 comments on commit 5790242

Please sign in to comment.