Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
KingYes committed Dec 8, 2024
1 parent b02abea commit a39bd28
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/scripts/publish-to-wordpress-org.sh
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,12 @@ cd $SVN_PATH/trunk

svn status

echo "svn delete"
svn status | grep -v '^.[ \t]*\\..*' | { grep '^!' || true; } | awk '{print $2}' | xargs -r svn delete;

echo "svn add"
svn status | grep -v '^.[ \t]*\\..*' | { grep '^?' || true; } | awk '{print $2}' | xargs -r svn add;

echo "svn delete"
svn status | grep -v '^.[ \t]*\\..*' | { grep '^!' || true; } | awk '{print $2}' | xargs -r svn delete;

svn status

echo "Commit files to trunk"
Expand Down

0 comments on commit a39bd28

Please sign in to comment.