Skip to content

Commit cd500ac

Browse files
committed
Fixes in CI configuration: omit redundant copying, fix CSV name
1 parent 69bd96c commit cd500ac

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.circleci/config.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -95,12 +95,9 @@ jobs:
9595
command: |
9696
wget https://surfdrive.surf.nl/files/index.php/s/Ar7kacLw3LVzQaf/download --quiet --output-document=sf1.zip
9797
unzip sf1.zip
98-
# substitution parameters
98+
# substitution parameters and updateStreams for Neo4j/Cypher
9999
cp ./sf1/substitution_parameters/* ./cypher/test-data/substitution_parameters/
100-
cp ./sf1/substitution_parameters/* ./postgres/test-data/substitution_parameters/
101-
# updateStreams (same for csv_composite and csv_merge_foreign)
102100
cp ./sf1/social_network-csv_composite/updateStream* ./cypher/test-data/update_streams/
103-
cp ./sf1/social_network-csv_composite/updateStream* ./postgres/test-data/update_streams/
104101
- run:
105102
name: SF1 data set - Load Cypher/Neo4j database
106103
command: |
@@ -128,7 +125,7 @@ jobs:
128125
- run:
129126
name: SF1 data set - Cross-validate the Postgres project based on the results from Neo4j/Cypher
130127
command: |
131-
mv cypher/validation_params_cypher_sf1.csv postgres/validation_params_sf1.csv
128+
mv cypher/validation_params_cypher_sf1.csv postgres/validation_params.csv
132129
cd postgres
133130
driver/validate.sh | tee validation-log.txt
134131
grep 'Validation Result: PASS' validation-log.txt

0 commit comments

Comments
 (0)