Skip to content

Commit

Permalink
Remove files related to working copy from build.
Browse files Browse the repository at this point in the history
  • Loading branch information
sibprogrammer committed Feb 9, 2013
1 parent df3ecb4 commit b5eeaf9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/build.sh
Expand Up @@ -39,7 +39,7 @@ cd `dirname $0`
# minimize distribution size # minimize distribution size
rm -rf build vendor/rails/railties/doc/guides vendor/rails/activerecord/test rm -rf build vendor/rails/railties/doc/guides vendor/rails/activerecord/test


rm -rf .git rm -rf .git .gitignore .travis.yml
cd .. cd ..


[ -f $PROJECT-$VERSION.tgz ] && rm $PROJECT-$VERSION.tgz || true [ -f $PROJECT-$VERSION.tgz ] && rm $PROJECT-$VERSION.tgz || true
Expand Down

0 comments on commit b5eeaf9

Please sign in to comment.