ci: clean up CI logging, folding, add build time logging, and improve error handling (#14425)
This commit is contained in:
@ -1,3 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
set +x +v -u -e -o pipefail
|
||||
|
||||
export BROWSER_STACK_ACCESS_KEY=`echo $BROWSER_STACK_ACCESS_KEY | rev`
|
||||
|
||||
node ./scripts/browserstack/start_tunnel.js &
|
||||
|
Reference in New Issue
Block a user