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
45825580
Commit
45825580
authored
Nov 17, 2021
by
Carlos Rodriguez
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Create missing /root/.gnupg dir in Scala.gitlab-ci.yml
Changelog: fixed
parent
965546cb
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
lib/gitlab/ci/templates/Scala.gitlab-ci.yml
lib/gitlab/ci/templates/Scala.gitlab-ci.yml
+2
-1
No files found.
lib/gitlab/ci/templates/Scala.gitlab-ci.yml
View file @
45825580
...
...
@@ -14,7 +14,8 @@ before_script:
-
apt-get install apt-transport-https -yqq
# Add keyserver for SBT
-
echo "deb https://repo.scala-sbt.org/scalasbt/debian /" | tee -a /etc/apt/sources.list.d/sbt.list
-
gpg --no-default-keyring --keyring gnupg-ring:/etc/apt/trusted.gpg.d/scalasbt-release.gpg --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 2EE0EA64E40A89B84B2DF73499E82A75642AC823
-
mkdir -p /root/.gnupg
-
gpg --recv-keys --no-default-keyring --keyring gnupg-ring:/etc/apt/trusted.gpg.d/scalasbt-release.gpg --keyserver hkp://keyserver.ubuntu.com:80 2EE0EA64E40A89B84B2DF73499E82A75642AC823
-
chmod 644 /etc/apt/trusted.gpg.d/scalasbt-release.gpg
# 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