Updating build pipelines
This commit is contained in:
parent
701ad1159a
commit
685fadac6c
3
.github/workflows/packaging_test.yml
vendored
3
.github/workflows/packaging_test.yml
vendored
|
@ -22,7 +22,7 @@ jobs:
|
||||||
DEBIAN_FRONTEND: "noninteractive"
|
DEBIAN_FRONTEND: "noninteractive"
|
||||||
- name: Remove github artefacts
|
- name: Remove github artefacts
|
||||||
run: |
|
run: |
|
||||||
rm -rf .git*
|
rm -rf .github*
|
||||||
- name: Adjust distibution in changelog file
|
- name: Adjust distibution in changelog file
|
||||||
run: |
|
run: |
|
||||||
sed -i '0,/restricted/s//stable/' debian/changelog
|
sed -i '0,/restricted/s//stable/' debian/changelog
|
||||||
|
@ -30,6 +30,7 @@ jobs:
|
||||||
uses: dawidd6/action-debian-package@v1.4.0
|
uses: dawidd6/action-debian-package@v1.4.0
|
||||||
with:
|
with:
|
||||||
artifacts_directory: debian/build/release/
|
artifacts_directory: debian/build/release/
|
||||||
|
os_distribution: testing
|
||||||
- name: Debug
|
- name: Debug
|
||||||
run: |
|
run: |
|
||||||
ls -la
|
ls -la
|
||||||
|
|
3
.github/workflows/release.yml
vendored
3
.github/workflows/release.yml
vendored
|
@ -48,7 +48,7 @@ jobs:
|
||||||
DEBIAN_FRONTEND: "noninteractive"
|
DEBIAN_FRONTEND: "noninteractive"
|
||||||
- name: Remove github artefacts
|
- name: Remove github artefacts
|
||||||
run: |
|
run: |
|
||||||
rm -rf .git*
|
rm -rf .github*
|
||||||
- name: Adjust distibution in changelog file
|
- name: Adjust distibution in changelog file
|
||||||
run: |
|
run: |
|
||||||
sed -i '0,/restricted/s//stable/' debian/changelog
|
sed -i '0,/restricted/s//stable/' debian/changelog
|
||||||
|
@ -56,6 +56,7 @@ jobs:
|
||||||
uses: dawidd6/action-debian-package@v1.4.0
|
uses: dawidd6/action-debian-package@v1.4.0
|
||||||
with:
|
with:
|
||||||
artifacts_directory: debian/build/release/
|
artifacts_directory: debian/build/release/
|
||||||
|
os_distribution: testing
|
||||||
# - name: Build Debian package
|
# - name: Build Debian package
|
||||||
# uses: pi-top/action-debian-package@v0.2.0
|
# uses: pi-top/action-debian-package@v0.2.0
|
||||||
# with:
|
# with:
|
||||||
|
|
Loading…
Reference in a new issue