Don't overwrite system netconsole on deploy (PENDING NEW IMAGE)

Change-Id: I7aa115be1bff2bdf1077c2fa53a0a3de958033e8
This commit is contained in:
Patrick Plenefisch
2015-10-07 19:29:56 -04:00
parent 6fc3f1d3d9
commit 490c88a9bd
4 changed files with 0 additions and 2 deletions

View File

@@ -73,7 +73,6 @@
trust="true"
failonerror="false"
command="killall -q netconsole-host || :"/>
<scp file="${wpilib.ant.dir}/netconsole-host" todir="admin@${target}:/usr/local/frc/bin" password="${password}" trust="true"/>
<scp file="${wpilib.ant.dir}/robotCommand" todir="${username}@${target}:/home/lvuser/" password="${password}" trust="true"/>