chore: add task to copy gitconfig.template
This commit is contained in:
parent
56744155cb
commit
a179a3ad23
8
.vscode/tasks.json
vendored
8
.vscode/tasks.json
vendored
@ -72,6 +72,14 @@
|
|||||||
"problemMatcher": [],
|
"problemMatcher": [],
|
||||||
"detail": "Copy home.tar.gz to /home/infilytics/"
|
"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",
|
"label": "Create home tarball",
|
||||||
"type": "shell",
|
"type": "shell",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user