We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53fd85a commit 1d97276Copy full SHA for 1d97276
1 file changed
docs/pipelines/agents/docker.md
@@ -325,7 +325,7 @@ Next, create the Dockerfile.
325
AZP_TOKEN=$(az account get-access-token --query accessToken --output tsv)
326
echo "Token retrieved"
327
328
- # Ensure credentials are not visible to the agent by ensuring it is a local variable only
+ # Ensure credentials are not visible to the agent by un-exporting the variable
329
export -n AZP_CLIENTSECRET
330
fi
331
@@ -339,7 +339,7 @@ Next, create the Dockerfile.
339
340
echo -n "${AZP_TOKEN}" > "${AZP_TOKEN_FILE}"
341
342
343
export -n AZP_TOKEN
344
}
345
0 commit comments