Merge pull request #7321 from spurin/cleanup_containers
cleanup containers after use (post execution of icon rasterize.sh script), fix spacing
This commit is contained in:
commit
e768f93b4a
|
|
@ -15,7 +15,7 @@ for size in "${SIZES[@]}"; do
|
||||||
echo "[$counter/$total] Generating $output"
|
echo "[$counter/$total] Generating $output"
|
||||||
# Only specify the width, since we know heptagons are wider than they
|
# Only specify the width, since we know heptagons are wider than they
|
||||||
# are tall. The tool will automatically retain the source aspect ratio.
|
# are tall. The tool will automatically retain the source aspect ratio.
|
||||||
docker run -v $(pwd)/svg:/convertor svgconvertor:latest $svg -w $size > $output
|
docker run --rm -v $(pwd)/svg:/convertor svgconvertor:latest $svg -w $size > $output
|
||||||
counter=$[$counter +1]
|
counter=$[$counter +1]
|
||||||
done
|
done
|
||||||
done
|
done
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue