Skip to content

Commit f361c49

Browse files
author
James Hagborg
committed
Fix javadoc title in docker builds
1 parent 5bab1f4 commit f361c49

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ install:
1313
- echo "skip 'gradle assemble' step"
1414

1515
script:
16-
- docker run -v "${GRADLE_CACHES}:${DOCKER_GRADLE_CACHES}" -v "$(pwd):/repo" my-image /repo/.travis_docker_script.sh
16+
- docker run -v "${GRADLE_CACHES}:${DOCKER_GRADLE_CACHES}" -v "$(pwd):/hyperLib" my-image /hyperLib/.travis_docker_script.sh
1717

1818
notifications:
1919
slack:

.travis_docker_script.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
set -e -x
44

5-
cd /repo
5+
cd /hyperLib
66
./gradlew assemble
77
./gradlew check

Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,4 @@ FROM ubuntu:16.04
22
MAINTAINER James Hagborg <[email protected]>
33
CMD bash
44

5-
RUN apt-get update
6-
RUN apt-get -y install openjdk-8-jdk openjfx
5+
RUN apt-get update && apt-get -y install git openjdk-8-jdk openjfx

0 commit comments

Comments
 (0)