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
a758f791
Commit
a758f791
authored
Oct 01, 2021
by
Carlos Rodriguez
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update broken sbt Debian repo in Scala template
parent
d002e7f3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
lib/gitlab/ci/templates/Scala.gitlab-ci.yml
lib/gitlab/ci/templates/Scala.gitlab-ci.yml
+1
-1
No files found.
lib/gitlab/ci/templates/Scala.gitlab-ci.yml
View file @
a758f791
...
...
@@ -13,7 +13,7 @@ before_script:
-
apt-get update -yqq
-
apt-get install apt-transport-https -yqq
# Add keyserver for SBT
-
echo "deb http
://dl.bintray.com/
sbt/debian /" | tee -a /etc/apt/sources.list.d/sbt.list
-
echo "deb http
s://repo.scala-sbt.org/scala
sbt/debian /" | tee -a /etc/apt/sources.list.d/sbt.list
-
apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv 2EE0EA64E40A89B84B2DF73499E82A75642AC823
# Install SBT
-
apt-get update -yqq
...
...
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