diff --git a/.gitea/workflows/generate-iso.yaml b/.gitea/workflows/generate-iso.yaml index 989ffa8..4dfb3c7 100644 --- a/.gitea/workflows/generate-iso.yaml +++ b/.gitea/workflows/generate-iso.yaml @@ -147,10 +147,8 @@ jobs: --dhcp-centurion \ --jump-host "${{ secrets.CISS_DLB_JUMP_HOSTS }}" \ --provider-netcup-ipv6 "${{ secrets.CISS_DLB_NETCUP_IPV6 }}" \ - --renice-priority "-19" \ - --reionice-priority 1 2 \ --root-password-file opt/config/password.txt \ - --ssh-port 4242 \ + --ssh-port 42842 \ --ssh-pubkey opt/config if [[ $(ls opt/livebuild/*.iso 2>/dev/null | wc -l) -ne 1 ]]; then echo "❌ There must be exactly one .iso file in the directory!"