mirror of
https://github.com/fleetdm/fleet
synced 2026-04-21 21:47:20 +00:00
5 lines
197 B
Bash
Executable file
5 lines
197 B
Bash
Executable file
#!/usr/bin/env bash
|
|
set -euo pipefail
|
|
|
|
docker run --rm -i --network fleet_default mysql:5.7 bash -c 'gzip -kdc - | mysql -hmysql_test -uroot -ptoor e2e' < tools/testdata/e2e_software_test.sql.gz
|
|
|