CI: Use bash instead of sh
In preparation for using `pushd`/`popd` use `bash` to run the CI script instead of `sh`.
This commit is contained in:
parent
cf5f1034ca
commit
5e6dd8a467
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/sh
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
set -ex
|
set -ex
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue