website: web is not an OS
This commit is contained in:
parent
16f81229bf
commit
1e4c466b60
|
@ -15,6 +15,7 @@ if ENV["CONSUL_VERSION"]
|
|||
filename = $1.to_s
|
||||
os = filename.split("_")[1]
|
||||
next if os == "SHA256SUMS"
|
||||
next if os == "web"
|
||||
|
||||
$consul_files[os] ||= []
|
||||
$consul_files[os] << filename
|
||||
|
|
Loading…
Reference in New Issue