opendatacube / datacube-wps

Web Processing Service running on opendatacube
Other
7 stars 3 forks source link

catalog links return 404 #139

Open pindge opened 2 years ago

pindge commented 2 years ago

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

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

benjimin commented 2 years ago

The CI behaviour is also the topic of #137.

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).