Skip to content

Commit

Permalink
correct path for checksum
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastian-luna-valero committed Oct 9, 2024
1 parent 6bab2d2 commit ebc2ce1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion builder/build-image.sh
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ else
openstack --os-cloud images --os-token "$OS_TOKEN" \
object create egi_endorsed_vas "$QCOW_FILE"
ls -lh "$QCOW_FILE"
SHA="$(sha512sum -z "$OUTPUT_DIR/$QCOW_FILE" | cut -f1 -d" ")"
SHA="$(sha512sum -z "$QCOW_FILE" | cut -f1 -d" ")"
echo "### BUILD-IMAGE: SUCCESS - qcow: $QCOW_FILE sha512sum: $SHA"
fi
fi
Expand Down

0 comments on commit ebc2ce1

Please sign in to comment.