mirror of
https://github.com/Telecominfraproject/OpenNetworkLinux.git
synced 2025-12-25 09:17:08 +00:00
Enable build step.
This commit is contained in:
@@ -73,7 +73,7 @@ cd $ONL && git checkout $BUILD_BRANCH
|
||||
cd $ONL
|
||||
. setup.env
|
||||
|
||||
if false && make all; then
|
||||
if ! make all; then
|
||||
echo Build Failed.
|
||||
exit 1
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user