[pkg-nagios-changes] [Git][nagios-team/pkg-monitoring-plugins][master] Enhancing github CI
Jan Wagner
gitlab at salsa.debian.org
Sun Dec 27 22:07:53 GMT 2020
Jan Wagner pushed to branch master at Debian Nagios Maintainer Group / pkg-monitoring-plugins
Commits:
b3e9c588 by Jan Wagner at 2020-12-27T23:00:45+01:00
Enhancing github CI
- - - - -
2 changed files:
- .github/workflows/packaging_test.yml
- .github/workflows/release.yml
Changes:
=====================================
.github/workflows/packaging_test.yml
=====================================
@@ -22,11 +22,14 @@ jobs:
DEBIAN_FRONTEND: "noninteractive"
- name: Remove github artefacts
run: |
- rm -rf .github/
+ rm -rf .git*
- name: Adjust distibution in changelog file
run: |
sed -i '0,/restricted/s//stable/' debian/changelog
- name: Build Debian package
- uses: pi-top/action-debian-package at v4
+ uses: dawidd6/action-debian-package at v1
with:
artifacts_directory: debian/build/release/
+ - name: Debug
+ run: |
+ ls -la
=====================================
.github/workflows/release.yml
=====================================
@@ -48,15 +48,19 @@ jobs:
DEBIAN_FRONTEND: "noninteractive"
- name: Remove github artefacts
run: |
- rm -rf .github/
+ rm -rf .git*
- name: Adjust distibution in changelog file
run: |
sed -i '0,/restricted/s//stable/' debian/changelog
- name: Build Debian package
- uses: pi-top/action-debian-package at v4
+ uses: dawidd6/action-debian-package at v1
with:
artifacts_directory: debian/build/release/
- target_architectures: "amd64,i386"
+# - name: Build Debian package
+# uses: pi-top/action-debian-package at v0.2.0
+# with:
+# artifacts_directory: debian/build/release/
+# target_architectures: "amd64,i386"
- name: Upload the artifacts
uses: skx/github-action-publish-binaries at master
env:
View it on GitLab: https://salsa.debian.org/nagios-team/pkg-monitoring-plugins/-/commit/b3e9c5884b9e4fccd2415bc1ffd090eeebec5de1
--
View it on GitLab: https://salsa.debian.org/nagios-team/pkg-monitoring-plugins/-/commit/b3e9c5884b9e4fccd2415bc1ffd090eeebec5de1
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-nagios-changes/attachments/20201227/1b8105c5/attachment-0001.html>
More information about the pkg-nagios-changes
mailing list