mirror of
https://github.com/edgelesssys/constellation.git
synced 2024-12-25 23:49: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
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
# TODO(v2.14): Remove workaround for CLIs not supporting apply command
|
# TODO(v2.14): Remove workaround for CLIs not supporting apply command
|
||||||
cmd='apply --skip-phases="init,attestationconfig,certsans,helm,image,k8s"'
|
cmd='apply --skip-phases=init,attestationconfig,certsans,helm,image,k8s'
|
||||||
if constellation --help | grep -q init; then
|
if constellation --help | grep -q create; then
|
||||||
cmd=create
|
cmd=create
|
||||||
fi
|
fi
|
||||||
constellation $cmd -y --debug --tf-log=DEBUG -
|
constellation $cmd -y --debug --tf-log=DEBUG
|
||||||
|
|
||||||
- name: Constellation create (self-managed)
|
- name: Constellation create (self-managed)
|
||||||
if : inputs.selfManagedInfra == 'true'
|
if : inputs.selfManagedInfra == 'true'
|
||||||
|
Loading…
Reference in New Issue
Block a user