Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Exclude the locale folder #4935

Merged
merged 1 commit into from
May 16, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions travis/test-upgrade-convert.sh
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@ function v230 {
commons/testgeomapfish_commons.egg-info geoportal/testgeomapfish_geoportal.egg-info
cd -
find ${WORKSPACE}/v230-$1docker -type d -empty -delete
diff --recursive --exclude=.git ${WORKSPACE}/$1dockerref ${WORKSPACE}/v230-$1docker
diff --recursive --exclude=.git --exclude=locale ${WORKSPACE}/$1dockerref ${WORKSPACE}/v230-$1docker
}

if [ "$1" = "v230-docker" ]
Expand Down Expand Up @@ -340,7 +340,7 @@ function v240 {
commons/testgeomapfish_commons.egg-info geoportal/testgeomapfish_geoportal.egg-info
cd -
find ${WORKSPACE}/v240 -type d -empty -delete
diff --recursive --exclude=.git ${WORKSPACE}/$1dockerref ${WORKSPACE}/v240
diff --recursive --exclude=.git --exclude=locale ${WORKSPACE}/$1dockerref ${WORKSPACE}/v240
}

if [ "$1" = "v240" ]
Expand Down