mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-11-10 15:54:57 -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
1 changed files with 5 additions and 0 deletions
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_PRIVATE_KEY: ${{ inputs.cosignPrivateKey }}
|
||||
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
|
||||
path=$(realpath "${file}")
|
||||
cat "${path}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue