Compare commits

..

No commits in common. "62ba381d06fc3c07d6dd39956e332d15364651a9" and "d6553a7a05a91181d7c71cd83ee88060bfe0630b" have entirely different histories.

View file

@ -131,7 +131,7 @@ jobs:
# credential that was in fact valid. Strip first, echo never. # credential that was in fact valid. Strip first, echo never.
# #
# The token also goes through the ENVIRONMENT rather than being # The token also goes through the ENVIRONMENT rather than being
# interpolated into the script text. An expression is substituted before bash # interpolated into the script text. `${{ }}` is substituted before bash
# parses the line, so a value containing a quote or newline would change # parses the line, so a value containing a quote or newline would change
# the shape of the command itself rather than just its arguments. # the shape of the command itself rather than just its arguments.
tok=$(printf '%s' "$REGISTRY_TOKEN" | tr -d ' \t\r\n') tok=$(printf '%s' "$REGISTRY_TOKEN" | tr -d ' \t\r\n')