diff options
author | Peter Wilmott <p@p8952.info> | 2015-08-10 19:12:26 +0100 |
---|---|---|
committer | Peter Wilmott <p@p8952.info> | 2015-08-10 20:33:50 +0100 |
commit | 8ba3604493b52bc689c895097838452c39d20837 (patch) | |
tree | c2b8b48371a92a74fd0a0fd1260e742762b3bab3 /web/lib | |
parent | Resolve issue with truncated sha1 values (diff) | |
download | ruby-tinderbox-8ba3604493b52bc689c895097838452c39d20837.tar.gz ruby-tinderbox-8ba3604493b52bc689c895097838452c39d20837.tar.bz2 ruby-tinderbox-8ba3604493b52bc689c895097838452c39d20837.zip |
Keep the web application out of docker
Diffstat (limited to 'web/lib')
-rw-r--r-- | web/lib/helpers.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/web/lib/helpers.rb b/web/lib/helpers.rb index d01e39d..13c6834 100644 --- a/web/lib/helpers.rb +++ b/web/lib/helpers.rb @@ -36,6 +36,7 @@ module Archive end case + when name =~ /^web/ when File.file?(name) outputter.add_file_simple(name, stats) do |os| stats[:current] = 0 |