Skip to content

Commit 24477da

Browse files
committed
CI: Cosmetic adjustments to CI commands/step names
1 parent 903f544 commit 24477da

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
- run:
3838
name: Build Docker container
3939
command: |
40-
docker build . --target=standalone -t ldbc/datagen-standalone:latest
40+
docker build . --target=standalone --tag ldbc/datagen-standalone:latest
4141
# BI
4242
- run:
4343
name: Generate SF0.003 / BI / singular-projected CSVs
@@ -55,7 +55,7 @@ jobs:
5555
tools/docker-run.sh -- --mode bi --scale-factor 0.003 --explode-edges
5656
mv out/ social-network-sf0.003-bi-composite-projected-fk/
5757
- run:
58-
name: Generate SF0.003 / BI / composite-merged CSVs
58+
name: Generate SF0.003 / BI / composite-merged CSVs, generate factors
5959
command: |
6060
# we generate factors here but they are moved to a separate archive (social-network-sf0.003-bi-factors.zip)
6161
tools/docker-run.sh -- --mode bi --scale-factor 0.003 --generate-factors

0 commit comments

Comments
 (0)