Skip to content

Commit 05823e9

Browse files
committed
Remove debugging
1 parent 92a0d64 commit 05823e9

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

.github/workflows/premerge.yaml

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -47,22 +47,8 @@ jobs:
4747
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
4848
with:
4949
fetch-depth: 2
50-
- name: Debug
51-
run: |
52-
ls -ltr /usr/bin/sh
53-
- name: Debug
54-
run: |
55-
git diff --name-only HEAD~1...HEAD
56-
python3 .ci/compute_projects.py
57-
- name: Interpreter
58-
run: |
59-
ps -p $$ | awk '$1 != "PID" {print $(NF)}'
60-
- name: Debug2
61-
run: |
62-
source <(git diff --name-only HEAD~1...HEAD | python3 .ci/compute_projects.py)
6350
- name: Build and Test
6451
run: |
65-
cat $0
6652
git config --global --add safe.directory '*'
6753
6854
source <(git diff --name-only HEAD~1...HEAD | python3 .ci/compute_projects.py)

0 commit comments

Comments
 (0)