mirror of
https://github.com/edgelesssys/constellation.git
synced 2024-12-24 23:19:39 -05:00
Adjust CI scripts to avoid termination prompt
This commit is contained in:
parent
ad871d1993
commit
7ca4a6d0e1
@ -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…
Reference in New Issue
Block a user