Skip to content

Commit 6d5a10e

Browse files
authored
fix(workflows): remove status command (#1796)
Signed-off-by: Jose I. Paris <[email protected]>
1 parent e8f685e commit 6d5a10e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/release.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,6 @@ jobs:
155155
id: attestation_push
156156
if: ${{ success() }}
157157
run: |
158-
chainloop attestation status --full
159158
chainloop attestation push --attestation-id ${{ needs.init_attestation.outputs.attestation_id }}
160159
attestation_sha=$(chainloop attestation push --attestation-id ${{ needs.init_attestation.outputs.attestation_id }} -o json | jq -r '.digest')
161160
# check that the command succeeded

0 commit comments

Comments
 (0)