File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -145,10 +145,6 @@ if [[ "$BUILD_DIR" = false ]]; then
145145
146146 git ls-files > included-files.txt
147147
148- echo " ℹ︎ Included files"
149-
150- cat included-files.txt
151-
152148 cd " $SVN_DIR "
153149
154150 # Copy from current branch to /trunk, excluding dotorg assets
@@ -157,17 +153,6 @@ if [[ "$BUILD_DIR" = false ]]; then
157153 # The --itemize-changes flag will show the changes made to each file
158154
159155 rsync -rcv --files-from=" $GITHUB_WORKSPACE /included-files.txt" " $GITHUB_WORKSPACE /" trunk/ --delete --itemize-changes
160-
161- echo " ℹ︎ LS current dir"
162-
163- ls
164-
165- echo " ℹ︎ LS trunk"
166-
167- ls trunk/
168-
169- echo " ℹ︎ Working dir"
170- pwd
171156 else
172157 echo " ℹ︎ Using .gitattributes"
173158
233218# Suppress stdout in favor of svn status later for readability
234219echo " ➤ Preparing files..."
235220
236- echo " ℹ︎ Preparing files pwd"
237- pwd
238-
239-
240221svn add . --force > /dev/null
241222
242223# SVN delete all deleted files
You can’t perform that action at this time.
0 commit comments