Merge pull request #25825 from hashicorp/pselle/build-website

[build] Fix missing VERSION for running make website
pull/25842/head
Pam Selle 6 years ago committed by GitHub
commit ce2bbb151a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,4 +1,5 @@
WEBSITE_REPO=github.com/hashicorp/terraform-website
VERSION?="0.3.44"
# generate runs `go generate` to build the dynamically generated
# source files, except the protobuf stubs which are built instead with

Loading…
Cancel
Save