chore: update tasks
This commit is contained in:
parent
af579d1a7f
commit
1b88c80669
46
.vscode/tasks.json
vendored
46
.vscode/tasks.json
vendored
@ -17,6 +17,14 @@
|
||||
"problemMatcher": [],
|
||||
"detail": "build podman image using buildah"
|
||||
},
|
||||
{
|
||||
"label": "GitOps(Build): all images",
|
||||
"type": "shell",
|
||||
"command": ".bin/gitops build all",
|
||||
"group": "build",
|
||||
"problemMatcher": [],
|
||||
"detail": "build podman image using buildah"
|
||||
},
|
||||
{
|
||||
"label": "GitOps: Clean dangling images",
|
||||
"type": "shell",
|
||||
@ -25,20 +33,12 @@
|
||||
"detail": "Clean podman images"
|
||||
},
|
||||
{
|
||||
"label": "Gitops(Update): build-base.sh",
|
||||
"label": "GitOps(Update): Containerfile",
|
||||
"type": "shell",
|
||||
"command": ".bin/gitops update base",
|
||||
"command": ".bin/gitops update containerfile",
|
||||
"group": "build",
|
||||
"problemMatcher": [],
|
||||
"detail": "Copy build-base.sh to /home/infilytics/.local/bin/"
|
||||
},
|
||||
{
|
||||
"label": "GitOps(Update): build-workspace.sh",
|
||||
"type": "shell",
|
||||
"command": ".bin/gitops update workspace",
|
||||
"group": "build",
|
||||
"problemMatcher": [],
|
||||
"detail": "Copy build-workspace.sh to /home/infilytics/.local/bin/"
|
||||
"detail": "Copy Containerfile to $HOME/"
|
||||
},
|
||||
{
|
||||
"label": "GitOps(Update): ssh_router.sh",
|
||||
@ -46,15 +46,7 @@
|
||||
"command": ".bin/gitops update ssh_router",
|
||||
"group": "build",
|
||||
"problemMatcher": [],
|
||||
"detail": "Copy ssh_router.sh to /home/infilytics/.local/bin/"
|
||||
},
|
||||
{
|
||||
"label": "GitOps(Update): access.yml",
|
||||
"type": "shell",
|
||||
"command": ".bin/gitops update access",
|
||||
"group": "build",
|
||||
"problemMatcher": [],
|
||||
"detail": "Copy access.yml to /home/infilytics/"
|
||||
"detail": "Copy ssh_router.sh to $HOME/.local/bin/"
|
||||
},
|
||||
{
|
||||
"label": "GitOps(Update): gitops_router.sh",
|
||||
@ -62,7 +54,7 @@
|
||||
"command": ".bin/gitops update gitops_router",
|
||||
"group": "build",
|
||||
"problemMatcher": [],
|
||||
"detail": "Copy gitops_router.sh to /home/infilytics/.local/bin"
|
||||
"detail": "Copy gitops_router.sh to $HOME/.local/bin"
|
||||
},
|
||||
{
|
||||
"label": "GitOps(Update): home.tar.gz",
|
||||
@ -70,7 +62,7 @@
|
||||
"command": ".bin/gitops update home_tar",
|
||||
"group": "build",
|
||||
"problemMatcher": [],
|
||||
"detail": "Copy home.tar.gz to /home/infilytics/"
|
||||
"detail": "Copy home.tar.gz to $HOME/"
|
||||
},
|
||||
{
|
||||
"label": "GitOps(Update): gitconfig.template",
|
||||
@ -78,7 +70,15 @@
|
||||
"command": ".bin/gitops update gitconfig",
|
||||
"group": "build",
|
||||
"problemMatcher": [],
|
||||
"detail": "Copy gitconfig.template to /home/infilytics/"
|
||||
"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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user