mirror of
https://github.com/edgelesssys/constellation.git
synced 2024-10-01 01:36:09 -04:00
E2E: Don't use cloudProvider in constellation create
This commit is contained in:
parent
ce0edc8c80
commit
46c461c23e
@ -137,7 +137,7 @@ runs:
|
|||||||
run: |
|
run: |
|
||||||
echo "Creating cluster using config:"
|
echo "Creating cluster using config:"
|
||||||
cat constellation-conf.yaml
|
cat constellation-conf.yaml
|
||||||
constellation create ${{ inputs.cloudProvider }} -c ${{ inputs.controlNodesCount }} -w ${{ inputs.workerNodesCount }} --name e2e-test -y
|
constellation create -c ${{ inputs.controlNodesCount }} -w ${{ inputs.workerNodesCount }} --name e2e-test -y
|
||||||
shell: bash
|
shell: bash
|
||||||
- name: Upload constellation-state.json
|
- name: Upload constellation-state.json
|
||||||
uses: actions/upload-artifact@3cea5372237819ed00197afe530f5a7ea3e805c8
|
uses: actions/upload-artifact@3cea5372237819ed00197afe530f5a7ea3e805c8
|
||||||
|
Loading…
Reference in New Issue
Block a user