Commit 714ae2bd authored by Raphael Defosseux's avatar Raphael Defosseux Committed by hardy

fix(ci): CI runs won't leave commands in CI servers' history

Signed-off-by: default avatarRaphael Defosseux <raphael.defosseux@eurecom.fr>
parent 498be513
...@@ -100,7 +100,7 @@ class SSHConnection(): ...@@ -100,7 +100,7 @@ class SSHConnection():
time.sleep(1) time.sleep(1)
count += 1 count += 1
if connect_status: if connect_status:
pass self.command('unset HISTFILE', '\$', 5, silent=True)
else: else:
sys.exit('SSH Connection Failed') sys.exit('SSH Connection Failed')
self.ipaddress = ipaddress self.ipaddress = ipaddress
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment