diff options
Diffstat (limited to 'ci/deploy')
-rwxr-xr-x | ci/deploy/deploy.sh | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/ci/deploy/deploy.sh b/ci/deploy/deploy.sh index 283dad1e..4ea87b6b 100755 --- a/ci/deploy/deploy.sh +++ b/ci/deploy/deploy.sh @@ -437,11 +437,6 @@ function install_daisy() else echo "daisy install successfully" fi - - #TODO: Why need this? - echo "====== generate known_hosts file in daisy vm ======" - touch $WORKSPACE/known_hosts - scp $WORKSPACE/known_hosts root@$DAISY_IP:/root/.ssh/ } function config_daisy() |