moto/scripts/ci_moto_server.sh

6 lines
136 B
Bash
Raw 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]
moto_server -H 0.0.0.0 | tee /moto/server_output.log 2>&1