File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -98,4 +98,5 @@ if [[ $SUBCOMMAND == "register-pre-commit-hook" ]]; then
9898 exit 0
9999fi
100100
101+ download_binary
101102a11y_scan
Original file line number Diff line number Diff line change 22
33# Shell specific
44fish_bin=$( command -v fish)
5- BROWSERSTACK_USERNAME=$( $fish_bin -c ' echo $BROWSERSTACK_USERNAME' )
6- BROWSERSTACK_ACCESS_KEY=$( $fish_bin -c ' echo $BROWSERSTACK_ACCESS_KEY' )
5+ export BROWSERSTACK_USERNAME=$( $fish_bin -lic ' echo $BROWSERSTACK_USERNAME' )
6+ export BROWSERSTACK_ACCESS_KEY=$( $fish_bin -lic ' echo $BROWSERSTACK_ACCESS_KEY' )
77
88GIT_ROOT=$( git rev-parse --show-toplevel 2> /dev/null)
99SCRIPT_PATH=$( realpath --relative-to=" $GIT_ROOT " " $0 " 2> /dev/null || realpath " $0 " )
@@ -103,5 +103,6 @@ if [[ $SUBCOMMAND == "register-pre-commit-hook" ]]; then
103103 exit 0
104104fi
105105
106+ download_binary
106107a11y_scan
107108
Original file line number Diff line number Diff line change 22
33# Shell specific
44fish_bin=$( command -v fish)
5- BROWSERSTACK_USERNAME=$( $fish_bin -c ' echo $BROWSERSTACK_USERNAME' )
6- BROWSERSTACK_ACCESS_KEY=$( $fish_bin -c ' echo $BROWSERSTACK_ACCESS_KEY' )
5+ export BROWSERSTACK_USERNAME=$( $fish_bin -lic ' echo $BROWSERSTACK_USERNAME' )
6+ export BROWSERSTACK_ACCESS_KEY=$( $fish_bin -lic ' echo $BROWSERSTACK_ACCESS_KEY' )
77
88# Don't change anything after this, same as the bash equivalent
99[ -f " ${PWD} /Package.swift" ]
Original file line number Diff line number Diff line change 22
33# Shell specific
44zsh_bin=$( command -v zsh)
5- BROWSERSTACK_USERNAME=$( $zsh_bin -c ' echo $BROWSERSTACK_USERNAME' )
6- BROWSERSTACK_ACCESS_KEY=$( $zsh_bin -c ' echo $BROWSERSTACK_ACCESS_KEY' )
5+ export BROWSERSTACK_USERNAME=$( $zsh_bin -lic ' echo $BROWSERSTACK_USERNAME' )
6+ export BROWSERSTACK_ACCESS_KEY=$( $zsh_bin -lic ' echo $BROWSERSTACK_ACCESS_KEY' )
77
88GIT_ROOT=$( git rev-parse --show-toplevel 2> /dev/null)
99SCRIPT_PATH=$( realpath --relative-to=" $GIT_ROOT " " $0 " 2> /dev/null || realpath " $0 " )
@@ -103,6 +103,7 @@ if [[ $SUBCOMMAND == "register-pre-commit-hook" ]]; then
103103 exit 0
104104fi
105105
106+ download_binary
106107a11y_scan
107108
108109
You can’t perform that action at this time.
0 commit comments