Skip to content

Commit 1c725a4

Browse files
committed
removed code that used in local environment
1 parent 5c3bc37 commit 1c725a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/ci_integration.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
DELETE_AT_EXIT="$(mktemp -d)"
2020
finish() {
2121
echo 'BEGIN: finish() trap handler' >&2
22-
bundler exec kitchen destroy "$SUITE"
22+
kitchen destroy "$SUITE"
2323
[[ -d "${DELETE_AT_EXIT}" ]] && rm -rf "${DELETE_AT_EXIT}"
2424
echo 'END: finish() trap handler' >&2
2525
}

0 commit comments

Comments
 (0)