File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ metaDir="$HOME/.dblab/engine/meta"
7474# Copy the contents of configuration example
7575mkdir -p " ${configDir} "
7676
77- curl https://gitlab.com/postgres-ai/database-lab/-/raw/" ${CI_COMMIT_BRANCH:- master} " /engine/ configs/config.example.logical_generic.yml \
77+ curl https://gitlab.com/postgres-ai/database-lab/-/raw/" ${CI_COMMIT_BRANCH:- master} " /configs/config.example.logical_generic.yml \
7878 --output " ${configDir} /server.yml"
7979
8080# Edit the following options
Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ metaDir="$HOME/.dblab/engine/meta"
8080# Copy the contents of configuration example
8181mkdir -p " ${configDir} "
8282
83- curl https://gitlab.com/postgres-ai/database-lab/-/raw/" ${CI_COMMIT_BRANCH:- master} " /engine/ configs/config.example.logical_generic.yml \
83+ curl https://gitlab.com/postgres-ai/database-lab/-/raw/" ${CI_COMMIT_BRANCH:- master} " /configs/config.example.logical_generic.yml \
8484 --output " ${configDir} /server.yml"
8585
8686# Edit the following options
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ metaDir="$HOME/.dblab/engine/meta"
4040# Copy the contents of configuration example
4141mkdir -p " ${configDir} "
4242
43- curl https://gitlab.com/postgres-ai/database-lab/-/raw/" ${CI_COMMIT_BRANCH:- master} " /engine/ configs/config.example.physical_walg.yml \
43+ curl https://gitlab.com/postgres-ai/database-lab/-/raw/" ${CI_COMMIT_BRANCH:- master} " /configs/config.example.physical_walg.yml \
4444 --output " ${configDir} /server.yml"
4545
4646# Edit the following options
Original file line number Diff line number Diff line change @@ -95,7 +95,7 @@ metaDir="$HOME/.dblab/engine/meta"
9595# Copy the contents of configuration example
9696mkdir -p " ${configDir} "
9797
98- curl https://gitlab.com/postgres-ai/database-lab/-/raw/" ${CI_COMMIT_BRANCH:- master} " /engine/ configs/config.example.physical_generic.yml \
98+ curl https://gitlab.com/postgres-ai/database-lab/-/raw/" ${CI_COMMIT_BRANCH:- master} " /configs/config.example.physical_generic.yml \
9999 --output " ${configDir} /server.yml"
100100
101101# Edit the following options
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ metaDir="$HOME/.dblab/engine/meta"
3636# Copy the contents of configuration example
3737mkdir -p " ${configDir} "
3838
39- curl https://gitlab.com/postgres-ai/database-lab/-/raw/" ${CI_COMMIT_BRANCH:- master} " /engine/ configs/config.example.logical_rds_iam.yml \
39+ curl https://gitlab.com/postgres-ai/database-lab/-/raw/" ${CI_COMMIT_BRANCH:- master} " /configs/config.example.logical_rds_iam.yml \
4040 --output " ${configDir} /server.yml"
4141
4242# Edit the following options
You can’t perform that action at this time.
0 commit comments