Skip to content

Commit

Permalink
fix: test/conformance/start.sh ignore SC2086
Browse files Browse the repository at this point in the history
  • Loading branch information
hirasawayuki committed Nov 3, 2021
1 parent a0cb34d commit a27e282
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/conformance/start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@
set -euxo pipefail
cd "$( dirname "${BASH_SOURCE[0]}" )/../.."

docker-compose -f quickstart.yml -f quickstart-postgres.yml -f test/conformance/docker-compose.yml up "${1:-}" -d
# shellcheck disable=SC2086
docker-compose -f quickstart.yml -f quickstart-postgres.yml -f test/conformance/docker-compose.yml up ${1:-} -d

0 comments on commit a27e282

Please sign in to comment.