File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -254,6 +254,15 @@ sed -ri "s/^(\s*)( verificationToken: \"checker_secret_token\".*$)/\1 verifica
254
254
sed -ri " s/^(\s*)( accessToken:.*$)/\1 accessToken: ${platform_access_token} /" $ci_checker_config_path /ci_checker.yml
255
255
sed -ri " s/^(\s*)( token:.*$)/\1 token: ${vcs_github_secret_token} /" $ci_checker_config_path /ci_checker.yml
256
256
257
+ yq e -i '
258
+ .app.debug = ${dle_debug_mode} |
259
+ .app.verificationToken = ${vcs_db_migration_checker_verification_token} |
260
+ .dle.url = "http://dblab_server:2345" |
261
+ .dle.verificationToken = ${dle_verification_token} |
262
+ .platform.accessToken = ${platform_access_token} |
263
+ .source.token = ${vcs_github_secret_token}
264
+ ' $ci_checker_config_path /ci_checker.yml
265
+
257
266
sudo docker run \
258
267
--name dblab_ci_checker \
259
268
--label dblab_control \
You can’t perform that action at this time.
0 commit comments