mirror of
https://ghproxy.net/https://github.com/elementor/wp2static.git
synced 2025-09-01 02:21:16 +08:00
exclude CI related files
This commit is contained in:
parent
95c6041a95
commit
e255567ada
1 changed files with 4 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
PROJECT_ROOT=$(pwd)
|
||||
SVN_ROOT=/home/leon/svnplugindir
|
||||
NEW_TAG=1.6
|
||||
NEW_TAG=1.7
|
||||
|
||||
# run from project root
|
||||
|
||||
|
@ -11,8 +11,11 @@ cp -r $PROJECT_ROOT/* $SVN_ROOT/trunk/
|
|||
|
||||
# remove files only used in development
|
||||
rm $SVN_ROOT/trunk/*.sh
|
||||
rm $SVN_ROOT/trunk/*.rb
|
||||
rm $SVN_ROOT/trunk/*.ini
|
||||
rm $SVN_ROOT/trunk/Dockerfile
|
||||
rm $SVN_ROOT/trunk/circle.yml
|
||||
rm $SVN_ROOT/trunk/Gemfile*
|
||||
rm $SVN_ROOT/trunk/readme.md
|
||||
rm -r $SVN_ROOT/trunk/wpassets
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue