Skip to content

Commit 00c95a0

Browse files
committed
Github Actions Test
1 parent 7fb8b2e commit 00c95a0

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

.github/workflows/submodule-export.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -45,15 +45,15 @@ jobs:
4545
rm -rf $line
4646
done < "$BLACKLIST"
4747
48-
- name: Validate blacklist applied
49-
run: |
50-
while IFS= read -r line || [ -n "$line" ]; do
51-
[[ "$line" =~ ^#.*$ || -z "$line" ]] && continue
52-
if ls $line 1>/dev/null 2>&1; then
53-
echo "Blacklisted path still exists: $line"
54-
exit 1
55-
fi
56-
done < .github/submodule-blacklist.txt
48+
# - name: Validate blacklist applied
49+
# run: |
50+
# while IFS= read -r line || [ -n "$line" ]; do
51+
# [[ "$line" =~ ^#.*$ || -z "$line" ]] && continue
52+
# if ls $line 1>/dev/null 2>&1; then
53+
# echo "Blacklisted path still exists: $line"
54+
# exit 1
55+
# fi
56+
# done < .github/submodule-blacklist.txt
5757

5858
- name: Commit Changes
5959
run: |

0 commit comments

Comments
 (0)