init: a repo for various pipelines of workspaces
This commit is contained in:
30
.vscode/tasks.json
vendored
Normal file
30
.vscode/tasks.json
vendored
Normal file
@ -0,0 +1,30 @@
|
||||
{
|
||||
"version": "2.0.0",
|
||||
"tasks": [
|
||||
{
|
||||
"label": "GitOps(Update): ssh_router.sh",
|
||||
"type": "shell",
|
||||
"command": ".bin/gitops update ssh_router",
|
||||
"group": "build",
|
||||
"problemMatcher": [],
|
||||
"detail": "Copy ssh_router.sh to $HOME/.local/bin/"
|
||||
},
|
||||
{
|
||||
"label": "GitOps(Update): gitops_router.sh",
|
||||
"type": "shell",
|
||||
"command": ".bin/gitops update gitops_router",
|
||||
"group": "build",
|
||||
"problemMatcher": [],
|
||||
"detail": "Copy gitops_router.sh to $HOME/.local/bin"
|
||||
},
|
||||
{
|
||||
"label": "GitOps(Update): validate_command_access.sh",
|
||||
"type": "shell",
|
||||
"command": ".bin/gitops update validate_command",
|
||||
"group": "build",
|
||||
"problemMatcher": [],
|
||||
"detail": "Copy validate_command_access.sh to $HOME/.local/bin"
|
||||
}
|
||||
],
|
||||
"inputs": []
|
||||
}
|
Reference in New Issue
Block a user