chore: add task to copy gitconfig.template

This commit is contained in:
Pallav Vasa 2025-05-17 09:02:58 +00:00
parent 56744155cb
commit a179a3ad23

8
.vscode/tasks.json vendored
View File

@ -72,6 +72,14 @@
"problemMatcher": [],
"detail": "Copy home.tar.gz to /home/infilytics/"
},
{
"label": "GitOps(Update): gitconfig.template",
"type": "shell",
"command": ".bin/gitops update gitconfig",
"group": "build",
"problemMatcher": [],
"detail": "Copy gitconfig.template to /home/infilytics/"
},
{
"label": "Create home tarball",
"type": "shell",