Skip to content

Commit

Permalink
feat: temporary disable stac catalog creation TDE-1003
Browse files Browse the repository at this point in the history
  • Loading branch information
paulfouquet committed Feb 26, 2024
1 parent 13121ef commit f500850
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,15 @@ jobs:
- uses: linz/action-typescript@dee99184c4305aea6c380a52db9b2d7abaaa3e78 # v3

# FIXME: catalog.json is not pushed to the repository (temporary solution)
- name: Create STAC Catalog
uses: docker://ghcr.io/linz/argo-tasks:v2
with:
args: stac-catalog --output stac/catalog.json --template template/catalog.json /github/workspace/stac/
# - name: Create STAC Catalog
# uses: docker://ghcr.io/linz/argo-tasks:v2
# with:
# args: stac-catalog --output stac/catalog.json --template template/catalog.json /github/workspace/stac/

- name: Validate STAC Catalog
uses: docker://ghcr.io/linz/argo-tasks:v2
with:
args: stac-validate /github/workspace/stac/catalog.json
# - name: Validate STAC Catalog
# uses: docker://ghcr.io/linz/argo-tasks:v2
# with:
# args: stac-validate /github/workspace/stac/catalog.json

- name: Validate STAC Collections
run: |
Expand All @@ -45,4 +45,4 @@ jobs:
uses: docker://ghcr.io/linz/argo-tasks:v2
if: github.ref == 'refs/heads/master'
with:
args: stac-sync /github/workspace/stac/ s3://linz-elevation/
args: stac-sync /github/workspace/stac/ s3://linz-elevation/

0 comments on commit f500850

Please sign in to comment.