moto/scripts/ci_moto_server.sh

6 lines
136 B
Bash
Raw Permalink Normal View History

2021-11-29 20:35:18 +00:00
#!/usr/bin/env bash
set -e
pip install $(ls /moto/dist/moto*.gz)[server,all]
2024-03-16 14:03:41 +00:00
moto_server -H 0.0.0.0 2>&1 | tee /moto/server_output.log