File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed
Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -147,20 +147,18 @@ sudo docker run \
147147 --detach \
148148postgresai/joe:latest
149149
150- # configure and run CI Observer
150+ # configure and run DB Migration Checker
151151curl https://gitlab.com/postgres-ai/database-lab/-/raw/master/configs/config.example.run_ci.yaml --output ~ /.dblab/run_ci.yaml
152152sed -ri " s/^(\s*)(debug:.*$)/\1debug: ${dle_debug} /" ~ /.dblab/run_ci.yaml
153153sed -ri " s/^(\s*)( verificationToken: \" secret_token\" .*$)/\1 verificationToken: ${ci_observer_token} /" ~ /.dblab/run_ci.yaml
154- sed -ri " s/^(\s*)( url: \" https:/ /dblab.domain.com\" $)/\1 url: \" http\\ :\\ /\\ /dblab_server\\ :2345\" /" ~ /.dblab/run_ci.yaml
154+ sed -ri " s/^(\s*)( url: \" https\\ : \\ / \\ /dblab.domain.com\" $)/\1 url: \" http\\ :\\ /\\ /dblab_server\\ :2345\" /" ~ /.dblab/run_ci.yaml
155155sed -ri " s/^(\s*)( verificationToken: \" checker_secret_token\" .*$)/\1 verificationToken: ${dle_token} /" ~ /.dblab/run_ci.yaml
156156sed -ri " s/^(\s*)( accessToken:.*$)/\1 accessToken: ${platform_token} /" ~ /.dblab/run_ci.yaml
157157sed -ri " s/^(\s*)( token:.*$)/\1 token: ${github_vcs_secret_token} /" ~ /.dblab/run_ci.yaml
158158
159- # TODO:
160- # - use the image registry.gitlab.com/postgres-ai/database-lab/dblab-ci-checker:2.4.0
161159sudo docker run --name dblab_ci_checker -it --detach \
162160--publish 2500:2500 \
163161--volume /var/run/docker.sock:/var/run/docker.sock \
164162--volume /tmp/ci_checker:/tmp/ci_checker \
165163--volume ~ /.dblab/run_ci.yaml:/home/dblab/configs/run_ci.yaml \
166- registry.gitlab.com/postgres-ai/database-lab/ dblab-ci-checker:master
164+ postgresai/ dblab-ci-checker:2.4.0
You can’t perform that action at this time.
0 commit comments