Fix merge of travis-ci variables [ci skip]

This commit is contained in:
Manuel de Brito Fontes 2017-10-26 15:15:34 -03:00
parent 80332250ea
commit 497213b2e6
2 changed files with 5 additions and 3 deletions

View file

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