Skip to content

Commit c275325

Browse files
committed
stability fixes - do not remove one time setting vars
1 parent 258f1b5 commit c275325

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

mac/common-utils.sh

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -496,18 +496,12 @@ clean_env_vars() {
496496

497497
# list of variables to unset
498498
vars=(
499-
BROWSERSTACK_APP
500499
BSTACK_CAPS_JSON
501500
BSTACK_PLATFORMS
502-
CX_TEST_URL
503-
NOW_WEB_DOMAIN
504501
BROWSERSTACK_PROJECT_NAME
505502
BROWSERSTACK_BUILD_NAME
506503
BROWSERSTACK_LOCAL_CUSTOM
507504
BROWSERSTACK_LOCAL
508-
BSTACK_PARALLELS
509-
APP_PLATFORM
510-
NOW_PLATFORM
511505
)
512506

513507
# unset each variable safely

0 commit comments

Comments
 (0)