mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2026-03-14 21:10:11 +01:00
iop: build_branch_sysupgrade: do not run sysupgrade if build_branch fails
This commit is contained in:
parent
19f6370294
commit
c0b299231d
1 changed files with 1 additions and 1 deletions
|
|
@ -48,7 +48,7 @@ function build_branch_sysupgrade {
|
|||
|
||||
time {
|
||||
./iop build_branch $branch $board $customer
|
||||
./iop ssh_sysupgrade_latest $ip $opts
|
||||
[ "$?" == "0" ] && ./iop ssh_sysupgrade_latest $ip $opts
|
||||
}
|
||||
set +x
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue