Skip to content

Commit 4efac2b

Browse files
committed
Try using common export variable name
1 parent 82ce098 commit 4efac2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wercker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ integration-test:
8989
9090
function finish {
9191
exit_code=$?
92-
export ${WERCKER_DEPLOYTARGET_NAME:-integration-test}-result="$exit_code"
92+
export integration-test-result="$exit_code"
9393
9494
cleanup_and_store
9595
exit 0

0 commit comments

Comments
 (0)