From 7a345974276cf30e371f035f7fffb42229a76c1f Mon Sep 17 00:00:00 2001 From: Drew Short Date: Wed, 22 Jan 2020 15:49:10 -0600 Subject: [PATCH] Output md5sum --- assets/out | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/out b/assets/out index b636f44..83e755f 100644 --- a/assets/out +++ b/assets/out @@ -64,4 +64,4 @@ echo "Target: ${rclone_target}" rclone copy "${rclone_source}" "${rclone_target}" --config /opt/rclone/config/.rclone.conf -md5sum "${BUILD_PIPELINE_NAME}-${BUILD_ID}" >&3 \ No newline at end of file +echo "${BUILD_PIPELINE_NAME}-${BUILD_ID}" | md5sum >&3 \ No newline at end of file