github.com/web-platform-tests/wpt.fyi@v0.0.0-20240530210107-70cf978996f1/util/docker-dev/dev_data.sh (about)

     1  #!/usr/bin/env bash
     2  
     3  DOCKER_DIR=$(dirname $0)
     4  source "${DOCKER_DIR}/../commands.sh"
     5  
     6  # Run util/populate_dev_data.go (via make) in the docker environment.
     7  wptd_exec "\$(gcloud beta emulators datastore env-init) && make dev_data FLAGS=\"-remote_host=staging.wpt.fyi\""