Skip to content

Commit d58f2b0

Browse files
committed
Adjust packaging of factor files
1 parent 992d426 commit d58f2b0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.circleci/config.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ jobs:
7979
- run:
8080
name: Generate SF0.003 / BI / composite-merged CSVs
8181
command: |
82+
# we generate factors here but they are moved to a separate archive (social-network-sf0.003-bi-factors.zip)
8283
tools/docker-run.sh --mode bi --scale-factor 0.003 --generate-factors
8384
mv out/ social-network-sf0.003-bi-composite-merged-fk/
8485
- run:
@@ -123,7 +124,8 @@ jobs:
123124
# include the CircleCI configuration in the deployed package to provide the 'filters' instructions (and prevent failed builds on the gh-pages branch)
124125
mv .circleci dist/
125126
# move factors to a separate directory
126-
mv social-network-sf0.003-bi-composite-merged-fk/factors social-network-sf0.003-bi-factors
127+
mkdir social-network-sf0.003-bi-factors
128+
mv social-network-sf0.003-bi-composite-merged-fk/factors social-network-sf0.003-bi-factors/factors
127129
# compress each directory
128130
for d in social-network-sf0.003*; do
129131
echo "Generated with <https://github.com/ldbc/ldbc_snb_datagen_spark/commit/${CIRCLE_SHA1}>" > $d/README.md

0 commit comments

Comments
 (0)