diff --git a/tests/ci/api_common_install.sh b/tests/ci/api_common_install.sh index b4a844869..d9e0fe722 100755 --- a/tests/ci/api_common_install.sh +++ b/tests/ci/api_common_install.sh @@ -59,6 +59,8 @@ sudo make compile build prepare COMPILETAG=compile_golangimage GOBUILDTAGS="incl # set the debugging env echo "GC_TIME_WINDOW_HOURS=0" | sudo tee -a ./make/common/config/core/env +# TODO This is a temporary solution to core private_key +sudo openssl rsa -in /data/secret/core/private_key.pem -out /data/secret/core/private_key.pem sudo make start # waiting 5 minutes to start