Skip to content

Commit

Permalink
Mounting current dir to container #75
Browse files Browse the repository at this point in the history
  • Loading branch information
imbur committed Nov 12, 2017
1 parent c611cef commit d7c6a85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ services:
before_install:
- docker build --no-cache=true -f travis.dockerfile . -t trainbenchmark
- docker ps -a
- docker run trainbenchmark /bin/sh -c "./gradlew inits build -x :trainbenchmark-generator-sql:test -x :trainbenchmark-tool-mysql:test -x :trainbenchmark-tool-sqlite:test --stacktrace --continue"
- docker run -v `pwd`:`pwd` -w `pwd` -i -t trainbenchmark /bin/sh -c "gradle inits build -x :trainbenchmark-generator-sql:test -x :trainbenchmark-tool-mysql:test -x :trainbenchmark-tool-sqlite:test --stacktrace --continue"
jdk:
- oraclejdk8
env:
Expand Down

0 comments on commit d7c6a85

Please sign in to comment.