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
a3d1be82
Unverified
Commit
a3d1be82
authored
7 years ago
by
Frank Sauerburger
Browse files
Options
Downloads
Patches
Plain Diff
Add explanation about docker step
parent
214cdc62
Branches
master
No related tags found
No related merge requests found
Pipeline
#1668
passed
6 years ago
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+8
-4
8 additions, 4 deletions
README.md
with
8 additions
and
4 deletions
README.md
+
8
−
4
View file @
a3d1be82
...
...
@@ -28,12 +28,16 @@
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
host$ docker cp 8765:sign-key-unprotected.asc .
8765# gpg --armor --output sign-key-nopw.asc --export-secret-key sign-in-ci@exapmle.com
host$ docker cp 8765:sign-key-nopw.asc .
```
This step is necessary, because currently gnupg does not export secret
subkeys if they are not password protected.
4.
Add a protected secret CI variable
`$GPG_KEY`
and paste the contents of
`sign-key-
unprotected
.asc`
.
`sign-key-
nopw
.asc`
.
5.
Setup
[
CI
](
.gitlab-ci.yml
)
...
...
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