Loading .gitlab-ci.yml +0 −13 Original line number Diff line number Diff line Loading @@ -7,20 +7,7 @@ variables: cache: paths: - .m2/repository/ - target/ build: stage: build script: - mvn $MAVEN_CLI_OPTS compile test: stage: test script: - mvn $MAVEN_CLI_OPTS test - "cat target/site/jacoco/index.html" deploy: stage: deploy script: - mvn $MAVEN_CLI_OPTS deploy Loading
.gitlab-ci.yml +0 −13 Original line number Diff line number Diff line Loading @@ -7,20 +7,7 @@ variables: cache: paths: - .m2/repository/ - target/ build: stage: build script: - mvn $MAVEN_CLI_OPTS compile test: stage: test script: - mvn $MAVEN_CLI_OPTS test - "cat target/site/jacoco/index.html" deploy: stage: deploy script: - mvn $MAVEN_CLI_OPTS deploy