Skip to content

Commit

Permalink
Fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
jburel committed Feb 4, 2018
1 parent 8ab5ca5 commit 5657034
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts-build
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ set -x

printf "travis_fold:start:scripts-build\n"
export TARGET=${TARGET:-..}
export OMERO_DIST=${OMERO_DIST:-/opt/omero/server/OMERO.server/}
export OMERO_DIST=${OMERO_DIST:-/opt/omero/server/OMERO.server}
export PYTHONPATH=${OMERO_DIST}/lib/python

cd $TARGET
Expand Down
2 changes: 1 addition & 1 deletion scripts-copy
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ set -x
printf "travis_fold:start:scripts-copy\n"

export TARGET=${TARGET:-..}
export OMERO_DIST=${OMERO_DIST:-/opt/omero/server/OMERO.server/}
export OMERO_DIST=${OMERO_DIST:-/opt/omero/server/OMERO.server}

rm -rf $OMERO_DIST/lib/scripts/omero

Expand Down

0 comments on commit 5657034

Please sign in to comment.