Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
Jessica Hawkwell
/
candle-pos
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit f1aee637
authored
May 30, 2017
by
Jessica Hawkwell
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixing broken yml
1 parent
cf5d28ff
Pipeline
#101
failed
in 2 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
17 additions
and
17 deletions
.gitlab-ci.yml
.gitlab-ci.yml
View file @
f1aee63
...
...
@@ -33,18 +33,18 @@ variables:
.validate
:
&validate
stage
:
build
script
:
-
env
- 'mvn $MAVEN_CLI_OPTS test-compile'
-
env
-
'
mvn
$MAVEN_CLI_OPTS
test-compile'
# For merge requests do not `deploy` but only run `verify`.
# See https://maven.apache.org/guides/introduction/introduction-to-the-lifecycle.html
.verify
:
&verify
stage
:
test
script
:
-
env
- 'mvn $MAVEN_CLI_OPTS verify site site:stage'
-
env
-
'
mvn
$MAVEN_CLI_OPTS
verify
site
site:stage'
except
:
-
master
-
master
# Validate merge requests using JDK8
validate:jdk8
:
...
...
@@ -66,14 +66,14 @@ deploy:jdk8:
# Use stage test here, so the pages job may later pickup the created site.
stage
:
test
script
:
-
env
- 'mvn $MAVEN_CLI_OPTS deploy site site:stage'
-
env
-
'
mvn
$MAVEN_CLI_OPTS
deploy
site
site:stage'
only
:
-
master
-
master
# Archive up the built documentation site.
artifacts
:
paths
:
-
target/staging
paths
:
-
target/staging
image
:
maven:3.3.9-jdk-8
...
...
@@ -81,14 +81,14 @@ pages:
image
:
busybox:latest
stage
:
deploy
script
:
# Because Maven appends the artifactId automatically to the staging path if you did define a parent pom,
# you might need to use `mv target/staging/YOUR_ARTIFACT_ID public` instead.
-
mv target/staging public
# Because Maven appends the artifactId automatically to the staging path if you did define a parent pom,
# you might need to use `mv target/staging/YOUR_ARTIFACT_ID public` instead.
-
mv target/staging public
dependencies
:
-
deploy:jdk8
-
deploy:jdk8
artifacts
:
paths
:
-
public
paths
:
-
public
only
:
-
master
-
master
Write
Preview
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment