Compare commits
2 commits
d6553a7a05
...
62ba381d06
| Author | SHA1 | Date | |
|---|---|---|---|
| 62ba381d06 | |||
|
|
5f7075e2cf |
1 changed files with 1 additions and 1 deletions
|
|
@ -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. `${{ }}` is substituted before bash
|
# interpolated into the script text. An expression 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')
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue