Loosen bash options for docker compose

This commit is contained in:
David Dworken 2023-09-07 22:45:24 -07:00
parent 8db87d2a1e
commit 294bf78d25
No known key found for this signature in database

View File

@ -30,10 +30,10 @@ jobs:
go build
./hishtory install
- name: Docker Compose test
shell: bash -ileo pipefail {0}
shell: bash -il {0}
if: ${{ !startsWith(github.event.head_commit.message, 'Release') }}
run: |
set -euo pipefail
set -eo pipefail
export HISHTORY_SERVER=http://localhost
source ~/.bashrc
# Record a command that we'll check was persisted