File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -46,11 +46,11 @@ if svn list "https://themes.svn.wordpress.org/hello-elementor/${VERSION_DIR}" >
4646fi
4747
4848mkdir -p " $VERSION_DIR "
49- svn add " $VERSION_DIR "
50- cd " $VERSION_DIR "
5149
5250echo " Copy files from build directory"
53- rsync -ah --progress " $THEME_PATH /hello-elementor/" * . || rsync -ah --progress " $THEME_PATH /hello-elementor/." . || true
51+ rsync -ah --progress " $THEME_PATH /hello-elementor/" * " $VERSION_DIR "
52+
53+ cd " $VERSION_DIR "
5454
5555echo " Preparing files for SVN"
5656
@@ -60,6 +60,7 @@ svn status | grep -v '^\?[ \t]*\.$' | { grep '^!' || true; } | awk '{print $2}'
6060echo " svn add"
6161svn status | grep -v ' ^\?[ \t]*\.$' | { grep ' ^?' || true ; } | awk ' {print $2}' | xargs -r svn add || true
6262
63+ echo " Print SVN Status changes"
6364svn status
6465
6566cd $SVN_PATH
You can’t perform that action at this time.
0 commit comments