Skip to content

Commit d9f43a4

Browse files
committed
Remove debugging code
1 parent f837abd commit d9f43a4

1 file changed

Lines changed: 0 additions & 19 deletions

File tree

deploy.sh

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff 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

@@ -233,10 +218,6 @@ fi
233218
# Suppress stdout in favor of svn status later for readability
234219
echo "➤ Preparing files..."
235220

236-
echo "ℹ︎ Preparing files pwd"
237-
pwd
238-
239-
240221
svn add . --force > /dev/null
241222

242223
# SVN delete all deleted files

0 commit comments

Comments
 (0)