Skip to content

Commit baf31f3

Browse files
committed
update file names
1 parent 27ff728 commit baf31f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pipeline.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353

5454
- name: convert to fgb
5555
run: |
56-
docker run -v ./data:/tmp gradient-pipeline sh -c "ogr2ogr -f FlatGeobuf /tmp/${CURRENT_DATE}T${PADDED_HOUR}.fgb /tmp/${CURRENT_DATE}T${PADDED_HOUR}.geojson -skipfailures"
56+
docker run -v ./data:/tmp gradient-pipeline sh -c "ogr2ogr -f FlatGeobuf /tmp/${CURRENT_DATE}T${PADDED_HOUR}:00.fgb /tmp/${CURRENT_DATE}T${PADDED_HOUR}:00.geojson -skipfailures"
5757
env:
5858
CURRENT_DATE: ${{ steps.set_date.outputs.CURRENT_DATE }}
5959
PADDED_HOUR: ${{ steps.padded_hour.outputs.PADDED_HOUR }}

0 commit comments

Comments
 (0)