We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4cf09f commit d2998a1Copy full SHA for d2998a1
.circleci/config.yml
@@ -159,7 +159,7 @@ jobs:
159
- run:
160
name: Download SF1 data set
161
command: |
162
- curl -L https://surfdrive.surf.nl/files/index.php/s/Ng2eCg6m06ZNKKo/download | tar -xv --use-compress-program=unzstd
+ curl -L https://pub-383410a98aef4cb686f0c7601eddd25f.r2.dev/interactive-v1/sf1-2021-12.tar.zst | tar -xv --use-compress-program=unzstd
163
# substitution parameters and updateStreams for Neo4j
164
cp ./sf1/substitution_parameters/* ./cypher/test-data/substitution_parameters/
165
cp ./sf1/substitution_parameters/* ./postgres/test-data/substitution_parameters/
0 commit comments