Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Szabolcs Gyurko
sget2
Commits
10dc6dd4
Commit
10dc6dd4
authored
Mar 04, 2019
by
Szabolcs Gyurko
Browse files
Updated CI config
parent
3e526105
Pipeline
#317
passed with stage
in 7 minutes and 57 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
8 deletions
+2
-8
.gitlab-ci.yml
.gitlab-ci.yml
+2
-8
No files found.
.gitlab-ci.yml
View file @
10dc6dd4
image
:
d
ebian:unstable
image
:
d
ocker.hacking.hu/public/sbt:latest
before_script
:
-
echo "deb http://172.16.0.19:9999/debian/ unstable main contrib non-free" > /etc/apt/sources.list
-
apt-get update -y
-
apt-get install -y gnupg2 apt-transport-https ca-certificates
-
echo "deb https://dl.bintray.com/sbt/debian /" | tee -a /etc/apt/sources.list.d/sbt.list
-
apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv 2EE0EA64E40A89B84B2DF73499E82A75642AC823
-
apt-get update -y
-
apt-get install -y openjdk-11-jdk-headless
-
apt-get install -y sbt
-
apt-get update -y && apt-get -y upgrade
sget2
:
script
:
...
...
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