Skip to content

Commit

Permalink
Merge pull request #29 from aodn/features/5262-fix-template
Browse files Browse the repository at this point in the history
miss and forgot to enable some harvester
  • Loading branch information
utas-raymondng authored Feb 29, 2024
2 parents 8b3318e + 8d51826 commit da70365
Showing 1 changed file with 12 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -122,18 +122,18 @@ public ResponseEntity<?> setup() {
// https://www.notion.so/Harvester-Migration-2eec32ca6a654fe1bfac43c4feb37878?d=55159a6a016f454cafe253c3ec8ce4a3&pvs=4#96a3dd8da31a476abb0f1b15429a5a12
// "/config/harvesters/portal_catalogue_uwa_aodn_portal.json"

// "/config/harvesters/catalog_aodn/aad_waf.json",
// "/config/harvesters/catalog_aodn/aims.json",
// "/config/harvesters/catalog_aodn/csiro_oceans_atmosphere.json",
// "/config/harvesters/catalogue_csiro_southern_surveyor.json",
// "/config/harvesters/catalog_aodn/imos_geonetwork.json",
// "/config/harvesters/catalog_aodn/nci_marine.json",
// "/config/harvesters/catalog_aodn/nci_oceanography.json",
// "/config/harvesters/catalog_aodn/nci_physical_oceanography.json",
// "/config/harvesters/catalogue_full.json",
// "/config/harvesters/portal_catalogue_niwa.json",
// "/config/harvesters/portal_catalogue_systest.json"
//
"/config/harvesters/catalog_aodn/aad_waf.json",
"/config/harvesters/catalog_aodn/aims.json",
"/config/harvesters/catalog_aodn/csiro_oceans_atmosphere.json",
"/config/harvesters/catalogue_csiro_southern_surveyor.json",
"/config/harvesters/catalog_aodn/imos_geonetwork.json",
"/config/harvesters/catalog_aodn/nci_marine.json",
"/config/harvesters/catalog_aodn/nci_oceanography.json",
"/config/harvesters/catalog_aodn/nci_physical_oceanography.json",
"/config/harvesters/catalogue_full.json",
"/config/harvesters/portal_catalogue_niwa.json",
"/config/harvesters/portal_catalogue_systest.json"

//// copy prod to systest
//// "/config/harvesters/catalogue_portal.json",
);
Expand Down

0 comments on commit da70365

Please sign in to comment.