Skip to content

Commit

Permalink
refactor(Addressed PR feedback):
Browse files Browse the repository at this point in the history
  • Loading branch information
br648 committed Oct 22, 2024
1 parent a892b31 commit 2426091
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Create and publish a Docker image

on:
push:
branches: ['dev', 'master', 'dev-flex', 'feature/DT-423-rename-stop-areas-location-groups']
branches: ['dev', 'master', 'dev-flex']

env:
REGISTRY: ghcr.io
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@
<dependency>
<groupId>com.github.ibi-group</groupId>
<artifactId>gtfs-lib</artifactId>
<version>26824f52fd7f8e74069ebfaa197754cefb6e5a03</version>
<version>43bd72f5a3d0ddd8da9061dbc57f9e88cecf972e</version>
<!-- Latest dev-flex build on jitpack.io -->
<!-- Exclusions added in order to silence SLF4J warnings about multiple bindings:
http://www.slf4j.org/codes.html#multiple_bindings
Expand Down
10 changes: 0 additions & 10 deletions src/main/resources/gtfs/gtfs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -581,16 +581,6 @@
inputType: GTFS_STOP
columnWidth: 6
helpContent: "The stop_id field contains an ID that uniquely identifies a stop. Multiple routes may use the same stop. The stop_id is referenced from the stops.txt file. If location_type is used in stops.txt, all stops referenced in stop_times.txt must have location_type of 0."
- name: "location_id"
required: false
inputType: GTFS_ID
columnWidth: 6
helpContent: "The location_id field contains an ID that uniquely identifies a location. Multiple routes may use the same stop. The stop_id is referenced from the stops.txt file. If location_type is used in stops.txt, all stops referenced in stop_times.txt must have location_type of 0."
- name: "location_group_id"
required: false
inputType: TEXT
columnWidth: 6
helpContent: "The location_group_id"
- name: "stop_sequence"
required: true
inputType: POSITIVE_INT
Expand Down

0 comments on commit 2426091

Please sign in to comment.