mirror of
https://github.com/fleetdm/fleet
synced 2026-05-06 06:48:54 +00:00
4 lines
199 B
Bash
Executable file
4 lines
199 B
Bash
Executable file
#!/usr/bin/env bash
|
|
set -euo pipefail
|
|
|
|
docker run --rm -i --network fleet_default mysql:8.0.36 bash -c 'gzip -kdc - | mysql -hmysql_test -uroot -ptoor e2e' < tools/testdata/e2e_software_test.sql.gz
|