Created
February 14, 2019 23:29
-
-
Save sbose78/4c96f20160c1e154e0ef6dfa7b1519ae to your computer and use it in GitHub Desktop.
knative-wit-build
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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