Skip to content

Commit

Permalink
With docker cp we do not need a volume mount
Browse files Browse the repository at this point in the history
  • Loading branch information
hexylena committed Mar 5, 2018
1 parent e8d2969 commit 96b4089
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ OUTPUT_DIRECTORY="${OUTPUT_DIRECTORY:-$(pwd)/output}";
# Then we build the image if any changes have been made
make;
# And we run the tool
docker run --volume="${OUTPUT_DIRECTORY}":/host \
docker run \
-e BRANCH=$VERSION \
-e DBSTAG_TRACE=1 \
erasche/chado-schema-builder;
Expand Down

0 comments on commit 96b4089

Please sign in to comment.