Adjust CI scripts to avoid termination prompt

This commit is contained in:
Nils Hanke 2022-10-31 16:58:35 +01:00 committed by Nils Hanke
parent ad871d1993
commit 7ca4a6d0e1
2 changed files with 3 additions and 3 deletions

View File

@ -4,5 +4,5 @@ runs:
using: 'composite'
steps:
- name: Constellation terminate
run: constellation terminate
shell: bash
run: constellation terminate --yes
shell: bash

View File

@ -9,5 +9,5 @@ then
else
printf "Statefile found. You should run:\n\n"
printf "cd %s\n" $TO_DELETE
printf "constellation terminate\n\n"
printf "constellation terminate --yes\n\n"
fi