moto/scripts/ci_moto_server.sh
2024-03-16 13:03:41 -01:00

6 lines
136 B
Bash
Executable File

#!/usr/bin/env bash
set -e
pip install $(ls /moto/dist/moto*.gz)[server,all]
moto_server -H 0.0.0.0 2>&1 | tee /moto/server_output.log