Skip to content
This repository has been archived by the owner on May 8, 2023. It is now read-only.

When git repo is present, add VSCode task to push to GitHub #89

Closed
pieterclaerhout opened this issue Dec 19, 2019 · 1 comment
Closed

Comments

@pieterclaerhout
Copy link
Owner

Should add the following task:

{
    "label": "kubernetesmetrics | push to github",
    "command": "git push --set-upstream origin master",
    "type": "shell",
    "group": "build",
    "problemMatcher": [
        "$go"
    ]
}
@pieterclaerhout
Copy link
Owner Author

We should also try run this from a basic container based on scratch by copying the kubeconfig file…

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant