Skip to content

Commit

Permalink
Fix Uninstall Hazelcast from deb's apt remove [DI-358] (#249)
Browse files Browse the repository at this point in the history
As in #245, the
[same scenario exists for `apt
remove`](#245 (comment)).

Note that this is [not required for `apt
update`](https://askubuntu.com/a/976083).
  • Loading branch information
JackPGreen authored Nov 30, 2024
1 parent e13c779 commit 9b5cd38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-deb-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:
- name: Uninstall Hazelcast from deb
run: |
source ./common.sh
sudo apt-get remove ${{ env.HZ_DISTRIBUTION}}
sudo apt-get remove -y ${{ env.HZ_DISTRIBUTION}}
- name: Remove deb package from test repo
if: ${{ env.USE_TEST_REPO == 'true' && (success() || failure()) }}
Expand Down

0 comments on commit 9b5cd38

Please sign in to comment.