Skip to content

Commit ad62a65

Browse files
committed
svn status
1 parent 6c21a9a commit ad62a65

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/scripts/publish-theme-to-wordpress-org-dry-run.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,9 @@ cd "$VERSION_DIR"
5555
echo "Copy files from build directory"
5656
rsync -ah --progress "$THEME_PATH/hello-elementor/"* . || rsync -ah --progress "$THEME_PATH/hello-elementor/." . || true
5757

58+
echo "Print SVN Status changes"
59+
svn status
60+
5861
echo "Preparing files for SVN"
5962
SVN_STATUS=$(svn status 2>/dev/null | grep -v '^\?[ \t]*\.$' || echo "")
6063

0 commit comments

Comments
 (0)