Skip to content

Commit 39ac284

Browse files
authored
fix: remove gbfs populate script from mdb catalog trigger (#1109)
1 parent 062fd74 commit 39ac284

File tree

1 file changed

+0
-17
lines changed

1 file changed

+0
-17
lines changed

.github/workflows/db-update.yml

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff 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' }}

0 commit comments

Comments
 (0)