Skip to content

Commit e82b812

Browse files
authored
Update publish-theme-to-wordpress-org-dry-run.sh
1 parent 919181a commit e82b812

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,6 @@ svn status | grep -v '^.[ \t]*\\..*' | { grep '^?' || true; } | awk '{print $2}'
6565
echo "Print SVN Status changes"
6666
svn status
6767

68-
pwd
69-
7068
echo "Preparing files for SVN"
7169
SVN_STATUS=$(svn status 2>/dev/null | grep -v '^\?[ \t]*\.$' || echo "")
7270

0 commit comments

Comments
 (0)