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 05e8429 commit 82ce098Copy full SHA for 82ce098
wercker.yml
@@ -89,8 +89,7 @@ integration-test:
89
90
function finish {
91
exit_code=$?
92
- varname=${WERCKER_DEPLOYTARGET_NAME}
93
- export ${!varname}-result="$exit_code"
+ export ${WERCKER_DEPLOYTARGET_NAME:-integration-test}-result="$exit_code"
94
95
cleanup_and_store
96
exit 0
0 commit comments