File tree 5 files changed +5
-5
lines changed
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"
74
74
# Copy the contents of configuration example
75
75
mkdir -p " ${configDir} "
76
76
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 \
78
78
--output " ${configDir} /server.yml"
79
79
80
80
# Edit the following options
Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ metaDir="$HOME/.dblab/engine/meta"
80
80
# Copy the contents of configuration example
81
81
mkdir -p " ${configDir} "
82
82
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 \
84
84
--output " ${configDir} /server.yml"
85
85
86
86
# Edit the following options
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ metaDir="$HOME/.dblab/engine/meta"
40
40
# Copy the contents of configuration example
41
41
mkdir -p " ${configDir} "
42
42
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 \
44
44
--output " ${configDir} /server.yml"
45
45
46
46
# Edit the following options
Original file line number Diff line number Diff line change @@ -95,7 +95,7 @@ metaDir="$HOME/.dblab/engine/meta"
95
95
# Copy the contents of configuration example
96
96
mkdir -p " ${configDir} "
97
97
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 \
99
99
--output " ${configDir} /server.yml"
100
100
101
101
# Edit the following options
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ metaDir="$HOME/.dblab/engine/meta"
36
36
# Copy the contents of configuration example
37
37
mkdir -p " ${configDir} "
38
38
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 \
40
40
--output " ${configDir} /server.yml"
41
41
42
42
# Edit the following options
You can’t perform that action at this time.
0 commit comments