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 c8706b5 commit 866e26bCopy full SHA for 866e26b
.github/scripts/publish-theme-to-wordpress-org.sh
@@ -52,13 +52,11 @@ rsync -ah --progress "$THEME_PATH/hello-elementor/"* "$VERSION_DIR"
52
53
cd "$VERSION_DIR"
54
55
-echo "Preparing files for SVN"
56
-
57
echo "svn delete"
58
-svn status | grep -v '^\?[ \t]*\.$' | { grep '^!' || true; } | awk '{print $2}' | xargs -r svn delete || true
+svn status | grep -v '^.[ \t]*\\..*' | { grep '^!' || true; } | awk '{print $2}' | xargs -r svn delete
59
60
echo "svn add"
61
-svn status | grep -v '^\?[ \t]*\.$' | { grep '^?' || true; } | awk '{print $2}' | xargs -r svn add || true
+svn status | grep -v '^.[ \t]*\\..*' | { grep '^?' || true; } | awk '{print $2}' | xargs -r svn add
62
63
echo "Print SVN Status changes"
64
svn status
0 commit comments