You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Run ./setup-db.sh
./setup-db.sh
shell: /usr/bin/bash -e {0}
env:
ORG: opendatacube
IMAGE: wps
METADATA_CATALOG: https://raw.githubusercontent.com/GeoscienceAustralia/dea-config/master/workspaces/sandbox-metadata.yaml
PRODUCT_CATALOG: https://raw.githubusercontent.com/GeoscienceAustralia/dea-config/master/workspaces/sandbox-products.csv
Reusing cache..
psql: could not connect to server: No such file or directory
Is the server running locally and accepting
connections on Unix domain socket "/var/run/postgresql/.s.PGSQL.5432"?
Steps to reproduce the behaviour
start the testing github action
The text was updated successfully, but these errors were encountered:
Those catalog links are no longer being used (see setup-db.sh) and probably ought be removed now, although the indexer image was still being used (for the tool to index one of the legacy products).
Expected behaviour
ci working
Actual behaviour
the two links all return 404 https://raw.githubusercontent.com/GeoscienceAustralia/dea-config/master/workspaces/sandbox-metadata.yaml
https://github.com/GeoscienceAustralia/dea-config/tree/master/workspaces no such files in this folder
Steps to reproduce the behaviour
start the
testing
github actionThe text was updated successfully, but these errors were encountered: