mirror of
https://github.com/edgelesssys/constellation.git
synced 2024-12-24 15:09:39 -05:00
generate constellation config in e2e pipeline (#147)
This commit is contained in:
parent
baa7dbc1ef
commit
5dc2e71d80
@ -27,6 +27,10 @@ runs:
|
||||
curl -LO https://dl.k8s.io/release/v1.23.0/bin/linux/amd64/kubectl
|
||||
install kubectl /usr/local/bin
|
||||
shell: bash
|
||||
- name: Constellation config generate
|
||||
run: |
|
||||
constellation config generate
|
||||
shell: bash
|
||||
- name: Constellation create
|
||||
run: |
|
||||
constellation create ${{ inputs.cloudProvider }} -c ${{ inputs.controlNodesCount }} -w ${{ inputs.workerNodesCount }} -t ${{ inputs.machineType }} --name e2e-test -y
|
||||
|
Loading…
Reference in New Issue
Block a user