Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
sign-in-ci
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Frank Sauerburger
sign-in-ci
Commits
d9eb31f7
There was a problem fetching the pipeline metadata.
Unverified
Commit
d9eb31f7
authored
7 years ago
by
Frank Sauerburger
Browse files
Options
Downloads
Patches
Plain Diff
Fix style in README
parent
7ac08218
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+5
-5
5 additions, 5 deletions
README.md
with
5 additions
and
5 deletions
README.md
+
5
−
5
View file @
d9eb31f7
...
...
@@ -23,19 +23,19 @@
container, import it, remove the password and export the whole key again.
```bash
$ docker cp sign-key.asc 8765:/
host
$ docker cp sign-key.asc 8765:/
8765# gpg --import sign-key.asc
8765# gpg --edit-key
> passwd
> save
8765# gpg --edit-key
8765# gpg --armor --output sign-key-unprotected.asc --export-secret-key sign-in-ci@exapmle.com
$ docker cp 8765:sign-key-unprotected.asc .
host
$ docker cp 8765:sign-key-unprotected.asc .
4.
Add a protected secret CI variable
`$GPG_KEY`
and paste the contents of
`sign-key-unprotected.asc`
.
5.
Setup
[
CI
](
.gitlab-ci.yml
]
5.
Setup
[
CI
](
.gitlab-ci.yml
)
6.
*
Note: Anybody, who can push to (protected) branches has access to the
private key!
*
6.
*
*
Note: Anybody, who can push to (protected) branches
or
has access to the
runner server, has access to the
private key!
*
*
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment