website: bintray enabled setting
This commit is contained in:
parent
2687ab5d5f
commit
ad1bebd39a
|
@ -13,7 +13,7 @@ set :base_url, "https://www.nomadproject.io/"
|
|||
|
||||
activate :hashicorp do |h|
|
||||
h.version = ENV["NOMAD_VERSION"]
|
||||
h.bintray_enabled = ENV["BINTRAY_ENABLED"]
|
||||
h.bintray_enabled = ENV["BINTRAY_ENABLED"] == "1"
|
||||
h.bintray_repo = "mitchellh/nomad"
|
||||
h.bintray_user = "mitchellh"
|
||||
h.bintray_key = ENV["BINTRAY_API_KEY"]
|
||||
|
|
Loading…
Reference in a new issue