crossplane / crossplane-cli

Tools and commands for managing and developing Crossplane
Apache License 2.0
14 stars 12 forks source link

build and publish: use `Makefile` if `stack.Makefile` not found #41

Closed suskin closed 4 years ago

suskin commented 4 years ago

Related to #40

Overview

For template stacks, we have much simpler stack source repositories, and we don't always need to have a separate stack.Makefile. This adds support for using just a regular, standard Makefile if stack.Makefile is not found.

Testing done

I've tested this locally with the sample wordpress stack with the stack.Makefile present and not present.