We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c8d247 commit 235b163Copy full SHA for 235b163
.travis.yml
@@ -13,7 +13,7 @@ install:
13
- echo "skip 'gradle assemble' step"
14
15
script:
16
-- docker run -v "${GRADLE_CACHES}:${DOCKER_GRADLE_CACHES}" -v "$(pwd):/repo" my-image ./.travis_docker_script.sh
+- docker run -v "${GRADLE_CACHES}:${DOCKER_GRADLE_CACHES}" -v "$(pwd):/repo" my-image /repo/.travis_docker_script.sh
17
18
notifications:
19
slack:
0 commit comments