Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
hanabi
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
9
Issues
9
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
IGGI students
hanabi
Commits
8bafc7cf
Commit
8bafc7cf
authored
Apr 18, 2019
by
Joseph Walton-Rivers
🐦
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update .gitlab-ci.yml - track the latest maven version for CI
parent
6eb320e1
Pipeline
#2189
failed with stages
in 3 minutes and 3 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
.gitlab-ci.yml
.gitlab-ci.yml
+3
-3
No files found.
.gitlab-ci.yml
View file @
8bafc7cf
...
...
@@ -49,12 +49,12 @@ cache:
# Validate merge requests using JDK8
validate:jdk8:
<<
:
*validate
image
:
maven:3
.3.9
-jdk-8
image
:
maven:3-jdk-8
# Verify merge requests using JDK8
verify:jdk8:
<<
:
*verify
image
:
maven:3
.3.9
-jdk-8
image
:
maven:3-jdk-8
# For `master` branch run `mvn deploy` automatically.
...
...
@@ -88,7 +88,7 @@ package:jdk8:
-
target/site
-
target/*.jar
expire_in
:
1 week
image
:
maven:3
.3.9
-jdk-8
image
:
maven:3-jdk-8
#mvn_sonar:jdk8:
# stage: test
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
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 comment