Skip to content

Commit 622cad2

Browse files
Fixed build
JAR_FILE path adjusted
1 parent d3d3c0b commit 622cad2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ services:
1010
# Build the app and a docker image
1111
script:
1212
- mvn clean install
13-
- docker build -t ${TRAVIS_COMMIT} ./killrvideo-services
13+
- docker build -t ${TRAVIS_COMMIT} --build-arg JAR_FILE=target/killrvideo-services-6.7.0.jar ./killrvideo-services
1414

1515
# If successful, see if we need to publish also
1616
after_success:

0 commit comments

Comments
 (0)