Skip to content

Commit ff30d1e

Browse files
committed
update ci configs
1 parent 27c869c commit ff30d1e

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

dle-logical-init.sh.tpl

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -254,6 +254,15 @@ sed -ri "s/^(\s*)( verificationToken: \"checker_secret_token\".*$)/\1 verifica
254254
sed -ri "s/^(\s*)( accessToken:.*$)/\1 accessToken: ${platform_access_token}/" $ci_checker_config_path/ci_checker.yml
255255
sed -ri "s/^(\s*)( token:.*$)/\1 token: ${vcs_github_secret_token}/" $ci_checker_config_path/ci_checker.yml
256256

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+
257266
sudo docker run \
258267
--name dblab_ci_checker \
259268
--label dblab_control \

0 commit comments

Comments
 (0)