Skip to content
Snippets Groups Projects
Commit bdca472e authored by Mark Beierl's avatar Mark Beierl
Browse files

Allow more image types


Removes need for license from .tiff and .svg files.

Fixes bug 1202

Change-Id: Iff9dab4acab33328e161dab86be766021da2bb38
Signed-off-by: default avatarbeierlm <mark.beierl@canonical.com>
parent de5fc1da
No related branches found
No related tags found
No related merge requests found
......@@ -29,7 +29,7 @@ dpkg -l curl &>/dev/null ||sudo apt-get install -y curl
apache=0
nolicense=0
other=0
exception_list="':(exclude)*.pdf' ':(exclude)*.png' ':(exclude)*.jpeg' ':(exclude)*.jpg' ':(exclude)*.gif' ':(exclude)*.json' ':(exclude)*.ico'"
exception_list="':(exclude)*.pdf' ':(exclude)*.png' ':(exclude)*.jpeg' ':(exclude)*.jpg' ':(exclude)*.gif' ':(exclude)*.json' ':(exclude)*.ico' ':(exclude)*.svg' ':(exclude)*.tiff'"
git fetch
RE="FATAL: your file did not get passed through"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment