File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 34
34
echo "CURRENT_HOUR=$current_hour" >> $GITHUB_OUTPUT
35
35
echo "HOUR_MINUS_TWO=$hour_minus_two" >> $GITHUB_OUTPUT
36
36
37
- - name : process changesets
37
+ - name : process changesets for the hour ${{ steps.set_hour.outputs.HOUR_MINUS_TWO }}:00 on ${{ steps.set_date.outputs.CURRENT_DATE }}
38
38
run : |
39
39
docker run -v ./data:/tmp gradient-pipeline sh -c "node cli.js process-hour $CURRENT_DATE $HOUR_MINUS_TWO"
40
40
env :
51
51
env :
52
52
HOUR_MINUS_TWO : ${{ steps.set_hour.outputs.HOUR_MINUS_TWO }}
53
53
54
- - name : convert to fgb
54
+ - name : convert to fgb for the hour ${{ steps.padded_hour.outputs.PADDED_HOUR }}:00 on ${{ steps.set_date.outputs.CURRENT_DATE }}
55
55
run : |
56
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"
57
57
env :
You can’t perform that action at this time.
0 commit comments