Use bash for docs scripts
This is erroring out on CI as `pipefail` is a bash-ism AFAICT.
This commit is contained in:
parent
3165467665
commit
17e564c6f0
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
#! /usr/bin/env sh
|
#! /usr/bin/env bash
|
||||||
|
|
||||||
# Usage: ./ci-build.sh VERSION
|
# Usage: ./ci-build.sh VERSION
|
||||||
#
|
#
|
||||||
|
|
Loading…
Add table
Reference in a new issue