Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
78d9e6ec
Commit
78d9e6ec
authored
Apr 28, 2020
by
Cheryl Li
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update Scala CI template to reference openjdk Docker img
parent
42a24b06
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
doc/ci/examples/test-scala-application.md
doc/ci/examples/test-scala-application.md
+1
-1
lib/gitlab/ci/templates/Scala.gitlab-ci.yml
lib/gitlab/ci/templates/Scala.gitlab-ci.yml
+3
-3
No files found.
doc/ci/examples/test-scala-application.md
View file @
78d9e6ec
...
@@ -14,7 +14,7 @@ The following `.gitlab-ci.yml` should be added in the root of your
...
@@ -14,7 +14,7 @@ The following `.gitlab-ci.yml` should be added in the root of your
repository to trigger CI:
repository to trigger CI:
```
yaml
```
yaml
image
:
java
:8
image
:
openjdk
:8
stages
:
stages
:
-
test
-
test
...
...
lib/gitlab/ci/templates/Scala.gitlab-ci.yml
View file @
78d9e6ec
# Official Java image. Look for the different tagged releases at
# Official
OpenJDK
Java image. Look for the different tagged releases at
# https://hub.docker.com/
r/library/java/tags
/ . A Java image is not required
# https://hub.docker.com/
_/openjdk
/ . A Java image is not required
# but an image with a JVM speeds up the build a bit.
# but an image with a JVM speeds up the build a bit.
image
:
java
:8
image
:
openjdk
:8
before_script
:
before_script
:
# Enable the usage of sources over https
# Enable the usage of sources over https
...
...
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