mirror of
https://github.com/edgelesssys/constellation.git
synced 2024-12-25 15:39:37 -05:00
ci: remove dash from create action (#2617)
* remove dash * fix flags parsing --------- Signed-off-by: Daniel Weiße <dw@edgeless.systems>
This commit is contained in:
parent
60921fcc14
commit
807824bf79
@ -139,11 +139,11 @@ runs:
|
||||
shell: bash
|
||||
run: |
|
||||
# TODO(v2.14): Remove workaround for CLIs not supporting apply command
|
||||
cmd='apply --skip-phases="init,attestationconfig,certsans,helm,image,k8s"'
|
||||
if constellation --help | grep -q init; then
|
||||
cmd='apply --skip-phases=init,attestationconfig,certsans,helm,image,k8s'
|
||||
if constellation --help | grep -q create; then
|
||||
cmd=create
|
||||
fi
|
||||
constellation $cmd -y --debug --tf-log=DEBUG -
|
||||
constellation $cmd -y --debug --tf-log=DEBUG
|
||||
|
||||
- name: Constellation create (self-managed)
|
||||
if : inputs.selfManagedInfra == 'true'
|
||||
|
Loading…
Reference in New Issue
Block a user