Drop path to cut
command
Command not found on GHA Ubuntu 18.04 runners.
This commit is contained in:
parent
c8f8c819da
commit
01059849f8
1 changed files with 3 additions and 3 deletions
|
@ -50,7 +50,7 @@ echo "- Normalized package list is '$normalized_list'."
|
||||||
value=$(echo $normalized_list @ $version)
|
value=$(echo $normalized_list @ $version)
|
||||||
echo "- Value to hash is '$value'."
|
echo "- Value to hash is '$value'."
|
||||||
|
|
||||||
key=$(echo $value | md5sum | /bin/cut -f1 -d' ')
|
key=$(echo $value | md5sum | cut -f1 -d' ')
|
||||||
echo "- Value hashed as '$key'."
|
echo "- Value hashed as '$key'."
|
||||||
|
|
||||||
echo "done."
|
echo "done."
|
||||||
|
|
Loading…
Reference in a new issue