We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f49e6e8 commit 397f3b4Copy full SHA for 397f3b4
1 file changed
.github/workflows/sync-with-AM.yml
@@ -35,20 +35,20 @@ jobs:
35
if [ -n "$AMD64_LIST" ] && echo "$AMD64_LIST" 2>/dev/null | grep -q "^◆ "; then
36
37
MDS=$(ls apps/* | sed 's:.*/::; s/.md$//g')
38
- PNGS=$(ls icons/* | sed 's:.*/::; s/.png$//g')
39
for m in $MDS; do
40
if ! echo "$AMD64_LIST" 2>/dev/null | grep -q "◆ $m :"; then
41
rm -f "apps/$m.md"
42
echo "Removed apps/$m.md"
43
fi
44
done
45
46
- for p in $PNGS; do
47
- if ! echo "$AMD64_LIST" 2>/dev/null | grep -q "◆ $p :"; then
48
- rm -f "icons/$p.png"
49
- echo "Removed icons/$p.png"
50
- fi
51
- done
+ #PNGS=$(ls icons/* | sed 's:.*/::; s/.png$//g')
+ #for p in $PNGS; do
+ # if ! echo "$AMD64_LIST" 2>/dev/null | grep -q "◆ $p :"; then
+ # rm -f "icons/$p.png"
+ # echo "Removed icons/$p.png"
+ # fi
+ #done
52
53
54
0 commit comments