From 471ac09cedec992c6d19cd56418be6b0eabc9ce9 Mon Sep 17 00:00:00 2001 From: Jeffrey Phillips Freeman <freemo@gmail.com> Date: Sun, 6 Nov 2016 04:07:22 +0000 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a92d660b..8eccfbf9 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -62,11 +62,11 @@ verify:jdk8: # To get this working you need to define a volume while configuring your gitlab-ci-multi-runner. # Mount your `settings.xml` as `/root/.m2/settings.xml` which holds your secrets. # See https://maven.apache.org/settings.html -deploy:jdk8: +test:jdk8: # Use stage test here, so the pages job may later pickup the created site. stage: test script: - - 'mvn $MAVEN_CLI_OPTS deploy site site:stage' + - 'mvn $MAVEN_CLI_OPTS package site' only: - master # Archive up the built documentation site. -- GitLab