Skip to content

Commit

Permalink
v8.17 (#6362)
Browse files Browse the repository at this point in the history
- CI | DietPi-Software: Stop SSH and Mono XSP4 services on GitHub Actions runner to allow SSH server and File Browser install tests
  • Loading branch information
MichaIng authored May 2, 2023
1 parent 4127743 commit c90891e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/dietpi-software.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,4 +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 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 c90891e

Please sign in to comment.