summaryrefslogtreecommitdiff
path: root/download_artifact.sh
diff options
context:
space:
mode:
Diffstat (limited to 'download_artifact.sh')
-rwxr-xr-xdownload_artifact.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/download_artifact.sh b/download_artifact.sh
index 55d6a17..cdf5241 100755
--- a/download_artifact.sh
+++ b/download_artifact.sh
@@ -24,5 +24,5 @@ unxz $path_to_file || rm $path_to_file
if [[ -f "$3" ]];
then
- touch /tmp/cache_hit_$(echo "$3" | md5sum)
+ touch /tmp/cache_hit_$(echo "$3" | md5sum | awk '{ print $1 }')
fi \ No newline at end of file