Skip to content

Commit bd68221

Browse files
fix: revert ado debug statement
1 parent c2be9d2 commit bd68221

File tree

1 file changed

+1
-37
lines changed

1 file changed

+1
-37
lines changed

azure-pipelines.yml

Lines changed: 1 addition & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
echo "Feature PR should target dev branch."
5555
exit 1
5656
fi
57-
python scripts/ci/check_pull_request.py "$title" "$body"
57+
python scripts/ci/check_pull_request.py "$title" "$body"
5858
5959
- job: RejectPullRequestToMasterBranch
6060
displayName: "Reject Pull Request To Master Branch"
@@ -67,42 +67,6 @@ jobs:
6767
echo "Reject pull request directly to master branch"
6868
exit 1
6969
70-
- job: ShowVariables
71-
pool:
72-
name: pool-ubuntu-latest-multi-core
73-
steps:
74-
- script: |
75-
echo "Pipeline workspace: $PIPELINE_WORKSPACE"
76-
echo "Listing repo root:"
77-
ls -R $PIPELINE_WORKSPACE/.azure-pipelines/templates
78-
echo "Contents of variables.yml:"
79-
cat $PIPELINE_WORKSPACE/.azure-pipelines/templates/variables.yml
80-
displayName: 'Inspect variables template'
81-
82-
- job: DebugTemplates
83-
displayName: "Debug: List YAML templates + check ubuntu_pool"
84-
pool:
85-
name: pool-ubuntu-latest-multi-core
86-
steps:
87-
- bash: |
88-
echo "##[group]List all YAML files under workspace"
89-
find "$(Pipeline.Workspace)" -type f \( -name "*.yml" -o -name "*.yaml" \) || true
90-
echo "##[endgroup]"
91-
92-
echo "##[group]Show relevant variables only"
93-
echo "ubuntu_pool = $ubuntu_pool"
94-
echo "Pipeline.Workspace = $PIPELINE_WORKSPACE"
95-
echo "Build.SourcesDirectory = $BUILD_SOURCESDIRECTORY"
96-
echo "System.DefaultWorkingDirectory = $SYSTEM_DEFAULTWORKINGDIRECTORY"
97-
echo "##[endgroup]"
98-
displayName: "Inspect workspace and pool variable"
99-
100-
- bash: |
101-
echo "UBUNTU_POOL = $UBUNTU_POOL"
102-
echo "WINDOWS_POOL = $WINDOWS_POOL"
103-
echo "UBUNTU_ARM64_POOL = $UBUNTU_ARM64_POOL"
104-
displayName: "Check pool variables"
105-
10670
- job: CredentialScanner
10771
displayName: "Credential Scanner"
10872
pool:

0 commit comments

Comments
 (0)