Use bash for docs scripts

This is erroring out on CI as `pipefail` is a bash-ism AFAICT.
This commit is contained in:
Christian Legnitto 2019-04-15 21:41:00 -07:00 committed by GitHub
parent 3165467665
commit 17e564c6f0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,4 +1,4 @@
#! /usr/bin/env sh
#! /usr/bin/env bash
# Usage: ./ci-build.sh VERSION
#