mirror of
https://github.com/edgelesssys/constellation.git
synced 2024-10-01 01:36:09 -04:00
Remove upload of state file
Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
This commit is contained in:
parent
8aa84fd759
commit
7108304046
@ -120,12 +120,6 @@ runs:
|
|||||||
cat constellation-conf.yaml
|
cat constellation-conf.yaml
|
||||||
constellation create -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
|
|
||||||
uses: actions/upload-artifact@83fd05a356d7e2593de66fc9913b3002723633cb # tag=v3.1.1
|
|
||||||
with:
|
|
||||||
name: constellation-state.json
|
|
||||||
path: constellation-state.json
|
|
||||||
if: ${{ always() && !env.ACT }}
|
|
||||||
|
|
||||||
- name: Cdbg deploy
|
- name: Cdbg deploy
|
||||||
run: |
|
run: |
|
||||||
|
Loading…
Reference in New Issue
Block a user