Skip to content

Commit 4bdd6c1

Browse files
bluestreak01claude
andcommitted
ci: remove debug output from pipeline
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 495c9b4 commit 4bdd6c1

1 file changed

Lines changed: 0 additions & 10 deletions

File tree

ci/run_tests_pipeline.yaml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -25,18 +25,8 @@ stages:
2525
lfs: false
2626
submodules: false
2727
- 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 ==="
3428
git fetch origin $(System.PullRequest.SourceBranch)
3529
git checkout FETCH_HEAD
36-
echo ""
37-
echo "=== After checkout ==="
38-
echo "Current commit: $(git rev-parse HEAD)"
39-
git log --oneline -3
4030
displayName: "Checkout PR source branch"
4131
condition: eq(variables['Build.Reason'], 'PullRequest')
4232
- task: JavaToolInstaller@0

0 commit comments

Comments
 (0)