Skip to content

Commit

Permalink
feat: read url and config outputs from new location
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Jacombs committed Aug 22, 2023
1 parent 3387721 commit e62e231
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion workflows/test/test-cogify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,11 @@ spec:
- name: url
description: Basemaps URL to view the imagery
valueFrom:
path: "/tmp/cogify/config-url.json"
path: "/tmp/cogify/config-url"
- name: config
description: Location of the config file
valueFrom:
path: "/tmp/cogify/config-path"

# create additional overviews for any COGs found in the path
- name: create-overview
Expand Down

0 comments on commit e62e231

Please sign in to comment.