mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-07-12 01:49:34 -04:00
Adjust CI scripts to avoid termination prompt
This commit is contained in:
parent
ad871d1993
commit
7ca4a6d0e1
2 changed files with 3 additions and 3 deletions
|
@ -4,5 +4,5 @@ runs:
|
||||||
using: 'composite'
|
using: 'composite'
|
||||||
steps:
|
steps:
|
||||||
- name: Constellation terminate
|
- name: Constellation terminate
|
||||||
run: constellation terminate
|
run: constellation terminate --yes
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|
|
@ -9,5 +9,5 @@ then
|
||||||
else
|
else
|
||||||
printf "Statefile found. You should run:\n\n"
|
printf "Statefile found. You should run:\n\n"
|
||||||
printf "cd %s\n" $TO_DELETE
|
printf "cd %s\n" $TO_DELETE
|
||||||
printf "constellation terminate\n\n"
|
printf "constellation terminate --yes\n\n"
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue