roapi/ci/scripts/setup_gcs.sh
2023-08-27 10:58:27 -07:00

7 lines
215 B
Bash

#!/bin/bash
set -eux
docker run -d -p 4443:4443 fsouza/fake-gcs-server -scheme http
echo '{"gcs_base_url": "http://localhost:4443", "disable_oauth": true, "client_email": "", "private_key": ""}' > "/tmp/gcs.json"