We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd3ed98 commit ba829d3Copy full SHA for ba829d3
1 file changed
hooks/pre-command
@@ -34,7 +34,7 @@ compute_tag() {
34
sums="${sums}${sha}"
35
fi
36
done < <(env | sort)
37
- echo "${sums}" | sha1sum | cut -c 7
+ echo "${sums}" | sha1sum | cut -c-7
38
}
39
40
$(aws ecr get-login --no-include-email)
0 commit comments