File tree Expand file tree Collapse file tree 1 file changed +0
-17
lines changed
Expand file tree Collapse file tree 1 file changed +0
-17
lines changed Original file line number Diff line number Diff line change @@ -192,16 +192,6 @@ jobs:
192192 id : getpath
193193 run : echo "PATH=$(realpath sources.csv)" >> $GITHUB_OUTPUT
194194
195- - name : Download systems.csv
196- run : wget -O systems.csv https://raw.githubusercontent.com/MobilityData/gbfs/master/systems.csv
197-
198- - name : Get full path of systems.csv
199- id : getsyspath
200- run : echo "PATH=$(realpath systems.csv)" >> $GITHUB_OUTPUT
201-
202- - name : GBFS - Update Database Content
203- run : scripts/populate-db.sh ${{ steps.getsyspath.outputs.PATH }} gbfs >> populate-gbfs.log
204-
205195 - name : GTFS - Update Database Content
206196 run : scripts/populate-db.sh ${{ steps.getpath.outputs.PATH }} > populate.log
207197
@@ -212,13 +202,6 @@ jobs:
212202 name : populate-${{ inputs.ENVIRONMENT }}.log
213203 path : populate.log
214204
215- - name : GBFS - Upload log file for verification
216- if : ${{ always() }}
217- uses : actions/upload-artifact@v4
218- with :
219- name : populate-gbfs-${{ inputs.ENVIRONMENT }}.log
220- path : populate-gbfs.log
221-
222205 update-gcp-secret :
223206 name : Update GCP Secrets
224207 if : ${{ github.event_name == 'repository_dispatch' || github.event_name == 'workflow_dispatch' }}
You can’t perform that action at this time.
0 commit comments