disable build for now

The firmware itself has priority, and the following patch series leads
to a working firmware build, but contains commits that are not
buildable.

Change-Id: I778f525ab856b4966428c046c3eeee7a38692c07
This commit is contained in:
Eric Wild 2019-11-28 13:41:49 +01:00
parent f5aa589257
commit 17b404974b
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
#!/bin/bash
exit 0
if ! [ -x "$(command -v osmo-deps.sh)" ]; then
echo "Error: We need to have scripts/osmo-deps.sh from http://git.osmocom.org/osmo-ci/ in PATH !"
exit 2