CC-2870: Create testing infrastructure for testing upgrades
-ignore an error where airtime-full-install would return a non-zero return value.
This commit is contained in:
parent
3727709e86
commit
55b039c162
|
@ -145,7 +145,7 @@ def airtime_devel():
|
|||
sudo('apt-get update')
|
||||
sudo('apt-get install -y git-core')
|
||||
run('git clone https://github.com/sourcefabric/Airtime.git ~/airtime')
|
||||
sudo('cd ~/airtime && git checkout devel && install_full/ubuntu/airtime-full-install')
|
||||
sudo('cd ~/airtime && git checkout devel && install_full/ubuntu/airtime-full-install || true')
|
||||
|
||||
|
||||
def airtime_200():
|
||||
|
|
Loading…
Reference in New Issue