chore: remove redundant tasks

This commit is contained in:
Pallav Vasa 2025-05-17 16:11:11 +00:00
parent b7b09db4c5
commit 77435d3748

24
.vscode/tasks.json vendored
View File

@ -40,22 +40,6 @@
"problemMatcher": [],
"detail": "Copy Containerfile to $HOME/"
},
{
"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): home.tar.gz",
"type": "shell",
@ -72,14 +56,6 @@
"problemMatcher": [],
"detail": "Copy gitconfig.template to $HOME/"
},
{
"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"
},
{
"label": "Create home tarball",
"type": "shell",