E2E: Don't use cloudProvider in constellation create

This commit is contained in:
Nils Hanke 2022-09-07 16:54:41 +02:00 committed by Nils Hanke
parent ce0edc8c80
commit 46c461c23e

View File

@ -137,7 +137,7 @@ runs:
run: |
echo "Creating cluster using config:"
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
- name: Upload constellation-state.json
uses: actions/upload-artifact@3cea5372237819ed00197afe530f5a7ea3e805c8