You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
bin/provision-instance: Switch to /usr/bin/env bash
macOS ships with Bash 3.x, where the script fails as follows:
```
$ bin/provision-instance.sh builder-05.stage.ops.jquery.net staging
bin/provision-instance.sh: line 10: VERSION_CODENAME: unbound variable
```
In order to allow use of newer Bash, prefer `env bash`.
0 commit comments