Use GS_URL as it is now defined by Jenkins and detect Jenkins job name
[ovsnfv.git] / ci / build.sh
index 5272b21..d079ad5 100755 (executable)
@@ -1,10 +1,9 @@
 #!/bin/bash
 
 #!/bin/bash
 
-DIR=`pwd`
 echo "Hello OVSNFV community!"
 
 echo "Build ovs RPM for Linux kernel data plane from master branch of OVS."
 
 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
 
 exit 0