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 c278ecf commit 9dcc8ccCopy full SHA for 9dcc8cc
.github/workflows/sync_cmakebuild.yml
@@ -42,7 +42,7 @@ jobs:
42
git clean -fd > /dev/null
43
if [ -s $conflicts_file ];then
44
echo "Conflicts detected, trying to remove referenced CMakeLists* files"
45
- grep -E -o '\s\S*CMakeLists\S*\s' $conflicts_file | xargs rm
+ grep -E -o '\s\S*CMakeLists\S*\s' $conflicts_file | xargs rm -f
46
git add .
47
git commit -m "Remove conflicted CMakeLists"
48
else
0 commit comments