Skip to content

Instantly share code, notes, and snippets.

@danielhelfand
Last active February 4, 2020 16:33
Show Gist options
  • Save danielhelfand/6af99ffe847a83da59e94a11ea824804 to your computer and use it in GitHub Desktop.
Save danielhelfand/6af99ffe847a83da59e94a11ea824804 to your computer and use it in GitHub Desktop.
apiVersion: tekton.dev/v1alpha1
kind: Task
metadata:
name: choco-hello-world
spec:
steps:
- name: choco
image: stefanscherer/chocolatey:latest
command:
- choco
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment