We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07fa8b6 commit 8ce0496Copy full SHA for 8ce0496
wercker.yml
@@ -81,7 +81,7 @@ integration-test:
81
function finish {
82
exit_code=$?
83
varname=${WERCKER_DEPLOYTARGET_NAME}
84
- export ${!varname}-result=$exit_code
+ export ${!varname}-result="$exit_code"
85
86
cleanup_and_store
87
exit 0
0 commit comments