Fix xmpp notification about level

This commit is contained in:
Maniack Crudelis 2017-08-11 17:16:56 +02:00
parent c4aac9feb9
commit f4900acc60

View file

@ -1220,7 +1220,7 @@ then
fi
# Get the previous level, found in the file list_level_stable
previous_level=$(grep "$job" "$script_dir/../auto_build/list_level_stable" | cut -d: -f2)
previous_level=$(grep "^$job:" "$script_dir/../auto_build/list_level_stable" | cut -d: -f2)
# Print the variation of the level. If this level is different than 0
if [ $global_level -gt 0 ]