We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27ff728 commit baf31f3Copy full SHA for baf31f3
.github/workflows/pipeline.yaml
@@ -53,7 +53,7 @@ jobs:
53
54
- name: convert to fgb
55
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"
+ 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"
57
env:
58
CURRENT_DATE: ${{ steps.set_date.outputs.CURRENT_DATE }}
59
PADDED_HOUR: ${{ steps.padded_hour.outputs.PADDED_HOUR }}
0 commit comments