Skip to content

Commit

Permalink
systemd proper cleanup of package
Browse files Browse the repository at this point in the history
Signed-off-by: Navin Chandra <[email protected]>
  • Loading branch information
navin772 committed Aug 2, 2024
1 parent 78ce57c commit 0c2046b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 126 deletions.
122 changes: 0 additions & 122 deletions .github/workflows/ci-bpflsm-systemd-coverage.yaml

This file was deleted.

8 changes: 4 additions & 4 deletions .github/workflows/ci-coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -405,10 +405,10 @@ jobs:
- name: Run cleanup
if: ${{ always() && matrix.os == 'bpflsm' }}
run: |
sudo systemctl stop kubearmor
sudo systemctl disable kubearmor
sudo apt remove -y kubearmor

sudo systemctl disable kubearmor.service
sudo rm -rf /opt/kubearmor/
sudo apt-get --purge remove -y kubearmor
sudo systemctl daemon-reload

merge-and-upload-coverage:
name: Merge and Upload Coverage
Expand Down

0 comments on commit 0c2046b

Please sign in to comment.