mirror of
https://github.com/flatcar/scripts.git
synced 2025-11-16 08:01:59 +01:00
Try and get the internal buildbot smoke tests to pass
BUG=chromium-os:8910 TEST=None Review URL: http://codereview.chromium.org/4683007 Change-Id: I3ff1ccdd038255d8c3594f853ced614ccafc2af3
This commit is contained in:
parent
08145697a5
commit
4800e04fe8
@ -37,6 +37,11 @@ CONFIG_SITE=/usr/share/config.site
|
||||
|
||||
function setup_ssh() {
|
||||
eval $(ssh-agent) > /dev/null
|
||||
# TODO(jrbarnette): This is a temporary hack, slated for removal
|
||||
# before it was ever created. It's a bug, and you should fix it
|
||||
# right away!
|
||||
chmod 400 \
|
||||
${CHROMEOS_ROOT}/src/scripts/mod_for_test_scripts/ssh_keys/testing_rsa
|
||||
ssh-add \
|
||||
${CHROMEOS_ROOT}/src/scripts/mod_for_test_scripts/ssh_keys/testing_rsa
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user