Skip to content

Commit 53fd85a

Browse files
authored
Add missing call to load_azp_token
1 parent d45769b commit 53fd85a

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

docs/pipelines/agents/docker.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -376,6 +376,9 @@ Next, create the Dockerfile.
376376
echo 1>&2 "error: missing AZP_URL environment variable"
377377
exit 1
378378
fi
379+
380+
# Let load azp token for initial setup.
381+
load_azp_token
379382
380383
if [ -n "${AZP_WORK}" ]; then
381384
mkdir -p "${AZP_WORK}"

0 commit comments

Comments
 (0)