+gitea bare repo cloning
This commit is contained in:
@@ -17,4 +17,13 @@ var cfg_content = `# Scaffold program configuration
|
||||
|
||||
# Too funny - this config file doesn't seem to be needed ;-)
|
||||
# let's keep it for future use -- very silly
|
||||
testkey = "test value"`
|
||||
testkey = "test value"
|
||||
|
||||
# Turn on/off testing for the existence of the ssh executable
|
||||
# it's just an extra safe guard.
|
||||
# Because it's required for the remote repo and gitea setups.
|
||||
# If you turn it off, you can still
|
||||
# control the remote repo and gitea setups
|
||||
# via the create_remote_repo and setup_gitea options in scaffold-projectType.toml
|
||||
test_for_ssh = true
|
||||
`
|
||||
|
||||
Reference in New Issue
Block a user