No longer print constellation-id.json (#749)

This commit is contained in:
Malte Poll 2022-12-07 16:10:51 +01:00 committed by GitHub
parent 05a5810ffd
commit 95a33e7d35
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -153,11 +153,6 @@ runs:
cat constellation-conf.yaml
constellation create -c ${{ inputs.controlNodesCount }} -w ${{ inputs.workerNodesCount }} --name e2e-test -y
- name: Print ID file
shell: bash
run: |
cat ./constellation-id.json
- name: Cdbg deploy
if: ${{ inputs.isDebugImage == 'true' }}
shell: bash