Skip to content

Commit

Permalink
Merge pull request #44 from yandex-qatools/docker_skip_tests
Browse files Browse the repository at this point in the history
skipping tests when building docker image
  • Loading branch information
sathomps authored Oct 14, 2018
2 parents 6fc0ca0 + ce7cbd4 commit f094f74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ ADD . ${JUSEPPE_BASE_DIR}
WORKDIR ${JUSEPPE_BASE_DIR}

#Locally can be replaced with "mvn package && docker build ..." to avoid downloading lot of jars
RUN ["mvn", "package"]
RUN ["mvn", "package", "-Dmaven.test.skip=true"]

# Self-signed certificate
RUN openssl genrsa -out ${JUSEPPE_PRIVATE_KEY_PATH} 2048 \
Expand Down

0 comments on commit f094f74

Please sign in to comment.