Skip to content

Commit

Permalink
Load data from extrasrc
Browse files Browse the repository at this point in the history
  • Loading branch information
sharhio committed Dec 19, 2024
1 parent 3ac304a commit a24abf8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile.loader
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ ARG OSM_ADDRESS_FILTERS
ARG BUILDER_TYPE
ARG API_SUBSCRIPTION_QUERY_PARAMETER_NAME
ARG API_SUBSCRIPTION_TOKEN
ARG EXTRA_SRC

# Dockerfile which loads and indexes new data into empty data container image
MAINTAINER Reittiopas version: 0.1
Expand Down
4 changes: 4 additions & 0 deletions scripts/gtfs-loader.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,8 @@ load_gtfs v3 waltti
load_gtfs v3 hsl
load_gtfs v3 varely

if [ $EXTRA_SRC ]; then
load_gtfs v3 $EXTRA_SRC
fi

echo '##### Loaded GTFS data'

0 comments on commit a24abf8

Please sign in to comment.