Skip to content

Commit

Permalink
Merge pull request #133 from City-of-Helsinki/UHF-7996
Browse files Browse the repository at this point in the history
UHF-7996: Removed arealcity filter
  • Loading branch information
tuutti authored Jan 25, 2023
2 parents 23e8320 + 44ae947 commit b5c276d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ name: CI
env:
SIMPLETEST_DB: "mysql://drupal:drupal@db:3306/drupal"
SIMPLETEST_BASE_URL: "http://127.0.0.1:8888"
DRUPAL_CORE_VERSION: 9.3.x
DRUPAL_CORE_VERSION: 9.5.x
SYMFONY_DEPRECATIONS_HELPER: disabled
BROWSERTEST_OUTPUT_DIRECTORY: 'sites/simpletest'
jobs:
Expand All @@ -21,7 +21,7 @@ jobs:

services:
db:
image: mariadb:10.5
image: mariadb
env:
MYSQL_USER: drupal
MYSQL_PASSWORD: drupal
Expand Down
4 changes: 2 additions & 2 deletions migrations/tpr_unit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ source:
- desc
- short_desc
track_changes: true
url: 'https://www.hel.fi/palvelukarttaws/rest/v4/unit/?newfeatures=yes&arealcity=91'
canonical_url: 'https://www.hel.fi/palvelukarttaws/rest/v4/unit/?newfeatures=yes&arealcity=91'
url: 'https://www.hel.fi/palvelukarttaws/rest/v4/unit/?newfeatures=yes'
canonical_url: 'https://www.hel.fi/palvelukarttaws/rest/v4/unit/?newfeatures=yes'
accessibility_sentences_url: 'https://www.hel.fi/palvelukarttaws/rest/v4/accessibility_sentence/'
connections_url: 'https://www.hel.fi/palvelukarttaws/rest/v4/connection/'
services_url: 'https://city-of-helsinki.github.io/drupal-tpr-aggregator/unitservices.json'
Expand Down

0 comments on commit b5c276d

Please sign in to comment.