From 46c461c23e0fb6b898097456851fed45c50c7a30 Mon Sep 17 00:00:00 2001 From: Nils Hanke Date: Wed, 7 Sep 2022 16:54:41 +0200 Subject: [PATCH] E2E: Don't use cloudProvider in constellation create --- .github/actions/constellation_create/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/constellation_create/action.yml b/.github/actions/constellation_create/action.yml index ad6238557..1ef6670ea 100644 --- a/.github/actions/constellation_create/action.yml +++ b/.github/actions/constellation_create/action.yml @@ -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