Fix travis script and update kubernetes to 1.8.0

This commit is contained in:
Manuel de Brito Fontes 2017-11-06 11:17:40 -03:00
parent 8987d3bcb4
commit 5ddd0829cd
3 changed files with 9 additions and 8 deletions

View file

@ -36,8 +36,10 @@ body=$(cat <<EOF
"message": "Publishing image for component $2 to quay.io",
"config": {
"merge_mode": "deep_merge",
"env": {
"COMPONENT": "$2"
"env": {
"matrix" : {
"COMPONENT": "$2"
}
}
}
}