Today users can use ${GIT_SHA} in manifest to substitute ${GIT_SHA} with the value of the shell environment variable GIT_SHA. However, there is no way to escape it. It'd be nice if we don't substitute the value if we see for example \${GIT_SHA}.
Related: #5501 (comment)
Today users can use
${GIT_SHA}in manifest to substitute${GIT_SHA}with the value of the shell environment variableGIT_SHA. However, there is no way to escape it. It'd be nice if we don't substitute the value if we see for example\${GIT_SHA}.Related: #5501 (comment)