mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-01-12 16:09:39 -05:00
ci: dont run SNP version upload on v2.12.0 CLI tests (#2568)
Signed-off-by: Daniel Weiße <dw@edgeless.systems>
This commit is contained in:
parent
cea6204b37
commit
e9eb75bb83
5
.github/actions/e2e_verify/action.yml
vendored
5
.github/actions/e2e_verify/action.yml
vendored
@ -90,6 +90,11 @@ runs:
|
|||||||
COSIGN_PASSWORD: ${{ inputs.cosignPassword }}
|
COSIGN_PASSWORD: ${{ inputs.cosignPassword }}
|
||||||
COSIGN_PRIVATE_KEY: ${{ inputs.cosignPrivateKey }}
|
COSIGN_PRIVATE_KEY: ${{ inputs.cosignPrivateKey }}
|
||||||
run: |
|
run: |
|
||||||
|
if constellation version | head -n 1 | grep "v2.12.0" > /dev/null
|
||||||
|
then
|
||||||
|
exit 0
|
||||||
|
fi
|
||||||
|
|
||||||
for file in $(ls snp-report-*.json); do
|
for file in $(ls snp-report-*.json); do
|
||||||
path=$(realpath "${file}")
|
path=$(realpath "${file}")
|
||||||
cat "${path}"
|
cat "${path}"
|
||||||
|
Loading…
Reference in New Issue
Block a user