Skip to content

Commit

Permalink
v8.18
Browse files Browse the repository at this point in the history
- CI | DietPi-Software: Stop systemd-resolved service to allow DNS server install tests
  • Loading branch information
MichaIng committed Jun 3, 2023
1 parent 69d6b3d commit 58be308
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dietpi-software.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,5 +76,5 @@ jobs:
[ $owner ] || owner=$GITHUB_REPOSITORY_OWNER
branch='${{ github.event.inputs.branch }}'
[ $branch ] || branch=$GITHUB_REF_NAME
sudo systemctl stop ssh mono-xsp4
sudo systemctl stop ssh mono-xsp4 systemd-resolved
sudo bash -c "G_GITOWNER=$owner G_GITBRANCH=$branch; $(curl -sSf "https://raw.githubusercontent.com/$owner/DietPi/$branch/.github/workflows/dietpi-software.bash")" -- -a '${{ matrix.arch }}' -d '${{ matrix.dist }}' -s '${{ github.event.inputs.soft }}' -rpi '${{ github.event.inputs.rpi }}'

0 comments on commit 58be308

Please sign in to comment.