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 17f1c1c commit 873fea7Copy full SHA for 873fea7
scripts/task_deploy_asf_site.sh
@@ -14,7 +14,7 @@ git fetch
14
git checkout -B asf-site origin/asf-site
15
16
# remove all existing files, excluding the docs and ffi
17
-git ls-files | grep -v -e ^docs -e ^ffi | xargs rm -f
+git ls-files | grep -v -e ^docs -e ^ffi | xargs rm -rf
18
cp .gitignore.bak .gitignore
19
cp .asf.yaml.bak .asf.yaml
20
0 commit comments