File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed
Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -856,6 +856,8 @@ chainloop_summary() {
856856 digest=$( cat c8-push.txt | grep " Digest: " | awk -F' sha256:' ' {print $2}' )
857857 echo " **[Chainloop Trust Report]( https://app.chainloop.dev/attestation/sha256:${digest} )**" >> $tmpfile
858858 echo " \`\`\` " >> $tmpfile
859+ fi
860+ if [ -f c8-status.txt ]; then
859861 cat c8-status.txt >> $tmpfile
860862 echo " \`\`\` " >> $tmpfile
861863 fi
Original file line number Diff line number Diff line change @@ -161,6 +161,8 @@ chainloop_summary() {
161161 digest=$( cat c8-push.txt | grep " Digest: " | awk -F' sha256:' ' {print $2}' )
162162 echo " **[Chainloop Trust Report]( https://app.chainloop.dev/attestation/sha256:${digest} )**" >> $tmpfile
163163 echo " \`\`\` " >> $tmpfile
164+ fi
165+ if [ -f c8-status.txt ]; then
164166 cat c8-status.txt >> $tmpfile
165167 echo " \`\`\` " >> $tmpfile
166168 fi
You can’t perform that action at this time.
0 commit comments