Skip to content

Instantly share code, notes, and snippets.

@sbose78
Created February 14, 2019 23:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sbose78/4c96f20160c1e154e0ef6dfa7b1519ae to your computer and use it in GitHub Desktop.
Save sbose78/4c96f20160c1e154e0ef6dfa7b1519ae to your computer and use it in GitHub Desktop.
knative-wit-build
apiVersion: build.knative.dev/v1alpha1
kind: Build
metadata:
name: component-wit-build
spec:
source:
git:
url: https://github.com/fabric8-services/fabric8-wit
revision: master
steps:
- image: gcr.io/builders/golang-builder
args: ['go','install']
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment