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 97cb76b commit bf54442
Show file tree
Hide file tree
Showing 11 changed files with 7 additions and 1,269 deletions.
8 changes: 7 additions & 1 deletion .github/workflows/build-deb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ jobs:
run: |
mkdir -p nagios-plugins-ets-1.4/usr/lib64/nagios/plugins
mkdir -p nagios-plugins-ets-1.4/DEBIAN
- name: Print folder structure
run: |
ls -R nagios-plugins-ets-1.4
- name: Download plugin files
run: |
Expand All @@ -29,7 +33,9 @@ jobs:
- name: Copy plugin files
run: |
cp nagios-plugins-ets-1.4/DEBIAN/control nagios-plugins-ets-1.4/DEBIAN/postinst nagios-plugins-ets-1.4/
cp check_mem.c nagios-plugins-ets-1.4/
cp nagios-plugins-ets-1.4/DEBIAN/control nagios-plugins-ets-1.4/
cp nagios-plugins-ets-1.4/DEBIAN/postinst nagios-plugins-ets-1.4/
- name: Build DEB package
run: dpkg-deb --build nagios-plugins-ets-1.4
Expand Down
26 changes: 0 additions & 26 deletions .github/workflows/create-tag.yml

This file was deleted.

File renamed without changes.
File renamed without changes.
Binary file not shown.
63 changes: 0 additions & 63 deletions nagios-plugins-ets-1.4/usr/lib64/nagios/plugins/check_service

This file was deleted.

Loading

0 comments on commit bf54442

Please sign in to comment.