Skip to content

Commit

Permalink
patch
Browse files Browse the repository at this point in the history
  • Loading branch information
lbr38 committed Jul 23, 2024
1 parent 17d1dd3 commit 52391ce
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/build-deb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -215,13 +215,13 @@ jobs:
- name: Test some params
run: |
/opt/linupdate/linupdate --help
/opt/linupdate/linupdate --version
/opt/linupdate/linupdate --check-updates
/opt/linupdate/linupdate --profile container
/opt/linupdate/linupdate --env test
/opt/linupdate/linupdate --mod-enable reposerver
/opt/linupdate/linupdate --mod-configure reposerver --url https://packages.bespin.ovh --fail-level 3
/opt/linupdate/linupdate --mod-configure reposerver --api-key ${{ secrets.REPOSITORY_TOKEN }} --register
/opt/linupdate/linupdate --mod-configure reposerver --send-full-status
/opt/linupdate/linupdate --mod-configure reposerver --unregister
sudo /opt/linupdate/linupdate --help
sudo /opt/linupdate/linupdate --version
sudo /opt/linupdate/linupdate --check-updates
sudo /opt/linupdate/linupdate --profile container
sudo /opt/linupdate/linupdate --env test
sudo /opt/linupdate/linupdate --mod-enable reposerver
sudo /opt/linupdate/linupdate --mod-configure reposerver --url https://packages.bespin.ovh --fail-level 3
sudo /opt/linupdate/linupdate --mod-configure reposerver --api-key ${{ secrets.REPOSITORY_TOKEN }} --register
sudo /opt/linupdate/linupdate --mod-configure reposerver --send-full-status
sudo /opt/linupdate/linupdate --mod-configure reposerver --unregister

0 comments on commit 52391ce

Please sign in to comment.