Skip to content

Commit 1eec3c4

Browse files
committed
reduce fetch depth
1 parent 3c882f2 commit 1eec3c4

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.pipelines/templates/e2e-template.yaml

+7
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,13 @@ jobs:
1414
timeoutInMinutes: 90
1515
displayName: Run AgentBaker E2E ${{parameters.name}}
1616
steps:
17+
- checkout: self
18+
# s is the default path for repositories - if we don't set this when using multiple repsositories, then it is the repo name
19+
# "s/AgentBaker", but most of the pipeline variables still refer to "s" and many of the scripts below fail.
20+
path: s
21+
fetchTags: false
22+
fetchDepth: 1
23+
1724
- bash: |
1825
set -ex
1926
az login --identity --username $(E2E_AGENT_IDENTITY_ID)

0 commit comments

Comments
 (0)