Fixes
This commit is contained in:
parent
383068934c
commit
31102db169
1 changed files with 6 additions and 5 deletions
|
@ -1,7 +1,3 @@
|
|||
# Additional git repositories to pull
|
||||
git_repos = [
|
||||
"~/.password-store",
|
||||
]
|
||||
|
||||
# Disable specific steps - same options as the command line flag
|
||||
disable = ["pnpm"]
|
||||
|
@ -13,7 +9,7 @@ disable = ["pnpm"]
|
|||
#no_retry = true
|
||||
|
||||
# Run inside tmux
|
||||
#run_in_tmux = true
|
||||
run_in_tmux = true
|
||||
|
||||
# List of remote machines with Topgrade installed on them
|
||||
#remote_topgrades = ["toothless", "pi", "parnas"]
|
||||
|
@ -42,3 +38,8 @@ disable = ["pnpm"]
|
|||
|
||||
# Cleanup temporary or old files
|
||||
#cleanup = true
|
||||
# Additional git repositories to pull
|
||||
[git]
|
||||
repos = [
|
||||
"~/.password-store",
|
||||
]
|
||||
|
|
Loading…
Add table
Reference in a new issue