mirror of
https://github.com/flatcar/scripts.git
synced 2025-11-23 19:41:51 +01:00
Fix update script to use 127.0.0.1 as hostname usage w/ ssh is broken on builders.
Change-Id: I88524dbe726fc20b8dbc54c712e63b9293479029 BUG= TEST=Ran it on builder. Review URL: http://codereview.chromium.org/3809003
This commit is contained in:
parent
4a71ea31cb
commit
6f1b9bd06d
@ -28,7 +28,7 @@ trap stop_kvm EXIT
|
||||
start_kvm "${FLAGS_vm_image_path}"
|
||||
|
||||
$(dirname $0)/../image_to_live.sh \
|
||||
--remote=${HOSTNAME} \
|
||||
--remote=127.0.0.1 \
|
||||
--ssh_port=${FLAGS_ssh_port} \
|
||||
--stateful_update_flag=${FLAGS_stateful_update_flag} \
|
||||
--verify \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user