mirror of https://github.com/status-im/consul.git
Consul does not have prefixed packages (yet)
This commit is contained in:
parent
40e8bfb54b
commit
eacb324188
|
@ -1,6 +1,6 @@
|
|||
GIT
|
||||
remote: git://github.com/hashicorp/middleman-hashicorp.git
|
||||
revision: 123a860d461b9e17cfefb8211ef64ec27f7bdc47
|
||||
revision: fe7d5bb4b04c408857dbe94345341cafcbc02de4
|
||||
specs:
|
||||
middleman-hashicorp (0.1.0)
|
||||
bootstrap-sass (~> 3.2)
|
||||
|
|
|
@ -8,9 +8,14 @@ activate :hashicorp do |h|
|
|||
h.bintray_user = 'mitchellh'
|
||||
h.bintray_key = ENV['BINTRAY_API_KEY']
|
||||
|
||||
# Do not include the "web" in the default list of packages
|
||||
h.bintray_exclude_proc = Proc.new do |os, filename|
|
||||
os == 'web'
|
||||
end
|
||||
|
||||
# Consul packages are not prefixed with consul_ - they should be in the
|
||||
# future though!
|
||||
h.bintray_prefixed = false
|
||||
end
|
||||
|
||||
helpers do
|
||||
|
|
Loading…
Reference in New Issue