Test Formatting Fix
This commit is contained in:
parent
747e971247
commit
822bd151ca
1 changed files with 4 additions and 4 deletions
8
.github/workflows/build-deb-pr.yml
vendored
8
.github/workflows/build-deb-pr.yml
vendored
|
@ -12,10 +12,10 @@ jobs:
|
|||
uses: actions/checkout@v3
|
||||
- name: Build Debian Package in Docker
|
||||
run: |
|
||||
docker run --rm -v $(pwd):/tmp debian:stable-slim bash -c \
|
||||
"cd /tmp \
|
||||
&& chmod 555 homeassistant-supervised/DEBIAN/p* \
|
||||
&& dpkg-deb --build --root-owner-group homeassistant-supervised"
|
||||
docker run --rm -v $(pwd):/tmp debian:stable-slim bash -c \
|
||||
"cd /tmp \
|
||||
&& chmod 555 homeassistant-supervised/DEBIAN/p* \
|
||||
&& dpkg-deb --build --root-owner-group homeassistant-supervised"
|
||||
- name: Upload
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
|
|
Loading…
Reference in a new issue