Reduce console noise at start of CI session. (#52387)

* Reduce console noise at start of CI session.
* Use allowed shebang.
This commit is contained in:
Matt Clay 2019-02-18 13:41:45 -08:00 committed by GitHub
commit a1fec259c1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
11 changed files with 22 additions and 22 deletions

View file

@ -1,6 +1,6 @@
#!/bin/bash -eux
#!/usr/bin/env bash
set -o pipefail
set -o pipefail -eux
declare -a args
IFS='/:' read -ra args <<< "$1"