Skip to content

Commit f23736f

Browse files
committed
remove debug
1 parent 1805b8b commit f23736f

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/custard-ci.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -56,13 +56,9 @@ jobs:
5656
- name: Find Node.js affected packages
5757
id: nodejs
5858
run: |
59-
echo "-> run affected"
6059
echo "paths=$(./cloud-samples-tools/bin/custard affected .github/config/nodejs-prod.jsonc diffs.txt paths.txt)" >> $GITHUB_OUTPUT
61-
echo "Status: $?"
6260
cat paths.txt
63-
echo "-> run setup-files"
6461
echo "setups=$(./cloud-samples-tools/bin/custard setup-files .github/config/nodejs-prod.jsonc paths.txt)" >> $GITHUB_OUTPUT
65-
echo "Status: $?"
6662
6763
lint:
6864
needs: affected

0 commit comments

Comments
 (0)