Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
dune-docker
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
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
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Ansgar Burchardt
dune-docker
Commits
84df3f80
Verified
Commit
84df3f80
authored
2 years ago
by
Ansgar Burchardt
Browse files
Options
Downloads
Patches
Plain Diff
encrypt: add another key
parent
3f87f4e0
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
config/gitlab-runner/encrypt
+5
-1
5 additions, 1 deletion
config/gitlab-runner/encrypt
with
5 additions
and
1 deletion
config/gitlab-runner/encrypt
+
5
−
1
View file @
84df3f80
...
...
@@ -9,4 +9,8 @@ if [[ ! -f ${file} ]]; then
exit
1
fi
exec
gpg
-a
--encrypt
-r
80E976F14A508A48E9CA3FE9BC372252CA1CF964
-r
8BA8CE830E11C56A4B45CCE0742E0451555CC11F <
${
file
}
>
${
file
}
.asc
exec
gpg
-a
--encrypt
\
-r
80E976F14A508A48E9CA3FE9BC372252CA1CF964
\
-r
8BA8CE830E11C56A4B45CCE0742E0451555CC11F
\
-r
33EE4AA14D584BFA72AFD02D87682820AADECB71
\
<
${
file
}
>
${
file
}
.asc
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