Skip to content
This repository has been archived by the owner on Jun 25, 2021. It is now read-only.

Commit

Permalink
No need to remove these nonexisting files
Browse files Browse the repository at this point in the history
  • Loading branch information
joehoyle committed Oct 6, 2016
1 parent 6701978 commit 585bb7e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions bin/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,7 @@ cd "$TMPDIR"
sed -e "s/{{TAG}}/$VERSION/g" < "$PLUGINDIR/bin/readme.txt" > readme.txt

# Remove special files
rm ".gitignore"
rm "composer.json"
rm "book.json"
rm -r "bin"
rm -r "docs"

# Add any new files
svn status | grep -v "^.[ \t]*\..*" | grep "^?" | awk '{print $2}' | xargs svn add
Expand Down

0 comments on commit 585bb7e

Please sign in to comment.