Commit e882dca2 authored by Adam Wujek's avatar Adam Wujek 💬

save_size.sh: don't printout when size_info_file not specified

Signed-off-by: Adam Wujek's avatarAdam Wujek <adam.wujek@cern.ch>
parent 931321c8
......@@ -3,11 +3,9 @@
set -e
if ! [ -n "$size_info_file" ]; then
echo "No file with size info specified!"
exit 0
fi
echo $1 $2 $DEFCONFIG_NAME
# separate calling commands and filling DB
SIZES=`$1 $2 | grep $2`
GIT_HASH=`git log --format=format:%H -1`
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment