diff options
Diffstat (limited to 'ci/build.sh')
-rwxr-xr-x | ci/build.sh | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/ci/build.sh b/ci/build.sh index 5272b21..d079ad5 100755 --- a/ci/build.sh +++ b/ci/build.sh @@ -1,10 +1,9 @@ #!/bin/bash -DIR=`pwd` echo "Hello OVSNFV community!" echo "Build ovs RPM for Linux kernel data plane from master branch of OVS." -$DIR/buildovs.sh +./buildovs.sh exit 0 |