Skip to content

Commit

Permalink
updated .yml
Browse files Browse the repository at this point in the history
  • Loading branch information
swapnil110399 committed Jul 8, 2024
1 parent f7ee8b7 commit 3c93eb1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-deb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,15 +30,15 @@ jobs:
wget -O nagios-plugins-ets-1.4/usr/lib64/nagios/plugins/check_smartmon.py https://github.com/ucsd-ets/nagios-plugins-ets/blob/master/check_smartmon.py
wget -O nagios-plugins-ets-1.4/usr/lib64/nagios/plugins/check_zpools.sh https://github.com/ucsd-ets/nagios-plugins-ets/blob/master/check_zpools.sh
chmod 755 nagios-plugins-ets-1.4/usr/lib64/nagios/plugins/*
- name: Print folder structure
run: |
ls -R nagios-plugins-ets-1.4
- name: Copy plugin files
run: |
cp control nagios-plugins-ets-1.4/DEBIAN/
cp postinst nagios-plugins-ets-1.4/DEBIAN/
cp ../control nagios-plugins-ets-1.4/DEBIAN/
cp ../postinst nagios-plugins-ets-1.4/DEBIAN/
- name: Build DEB package
run: dpkg-deb --build nagios-plugins-ets-1.4
Expand Down

0 comments on commit 3c93eb1

Please sign in to comment.