Skip to content

Commit 965f9c7

Browse files
committed
fix: config paths
1 parent 35636ff commit 965f9c7

5 files changed

+5
-5
lines changed

test/1.synthetic.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ metaDir="$HOME/.dblab/engine/meta"
7474
# Copy the contents of configuration example
7575
mkdir -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

test/2.logical_generic.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ metaDir="$HOME/.dblab/engine/meta"
8080
# Copy the contents of configuration example
8181
mkdir -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

test/3.physical_walg.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ metaDir="$HOME/.dblab/engine/meta"
4040
# Copy the contents of configuration example
4141
mkdir -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

test/4.physical_basebackup.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ metaDir="$HOME/.dblab/engine/meta"
9595
# Copy the contents of configuration example
9696
mkdir -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

test/5.logical_rds.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ metaDir="$HOME/.dblab/engine/meta"
3636
# Copy the contents of configuration example
3737
mkdir -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

0 commit comments

Comments
 (0)