Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
PrivateStorageio
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
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
PrivateStorage
PrivateStorageio
Commits
0fa20d95
Commit
0fa20d95
authored
2 years ago
by
Update Bot
Browse files
Options
Downloads
Patches
Plain Diff
Fix some typos
parent
5d97a58b
No related branches found
No related tags found
2 merge requests
!319
update production
,
!305
Automate updating nixpkgs pin in develop branch once a week
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
ci-tools/update-nixpkgs
+1
-1
1 addition, 1 deletion
ci-tools/update-nixpkgs
ci-tools/with-ssh-agent
+1
-1
1 addition, 1 deletion
ci-tools/with-ssh-agent
with
2 additions
and
2 deletions
ci-tools/update-nixpkgs
+
1
−
1
View file @
0fa20d95
...
...
@@ -206,7 +206,7 @@ create_merge_request() {
# The target branch of the MR.
local TARGET_BRANCH=$1
shift
# T
H
e source branch of the MR.
# T
h
e source branch of the MR.
local SOURCE_BRANCH=$1
shift
local DIFF=$1
...
...
This diff is collapsed.
Click to expand it.
ci-tools/with-ssh-agent
+
1
−
1
View file @
0fa20d95
...
...
@@ -5,7 +5,7 @@
# it. ssh-agent itself does most of that work for us so the main benefit of
# the script is that it guarantees ssh-agent is available for us to run.
# Just give ssh-agent the commmand and it will run
n
it and then exit when it
# Just give ssh-agent the commmand and it will run it and then exit when it
# does. This is a nice way to do process management so as to avoid leaking
# ssh-agents. Just in case cleanup fails for some reason, we'll also give
# keys a lifetime with `-t <seconds>` so secrets don't say in memory
...
...
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