We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 495c9b4 commit 4bdd6c1Copy full SHA for 4bdd6c1
1 file changed
ci/run_tests_pipeline.yaml
@@ -25,18 +25,8 @@ stages:
25
lfs: false
26
submodules: false
27
- bash: |
28
- echo "=== Before checkout ==="
29
- echo "Current commit: $(git rev-parse HEAD)"
30
- echo "Branch: $(git branch --show-current)"
31
- git log --oneline -3
32
- echo ""
33
- echo "=== Fetching PR branch ==="
34
git fetch origin $(System.PullRequest.SourceBranch)
35
git checkout FETCH_HEAD
36
37
- echo "=== After checkout ==="
38
39
40
displayName: "Checkout PR source branch"
41
condition: eq(variables['Build.Reason'], 'PullRequest')
42
- task: JavaToolInstaller@0
0 commit comments