summaryrefslogtreecommitdiffstats
path: root/ci/build.sh
diff options
context:
space:
mode:
authorThomas F Herbert <therbert@redhat.com>2015-12-19 16:12:07 -0500
committerThomas F Herbert <therbert@redhat.com>2015-12-21 10:05:02 -0500
commit804b25d9289e683684eb88e9b550b40d44da3c7a (patch)
treef79271b3459fd016877689b30a198753dafb812d /ci/build.sh
parentae9133bb8eb8322d411722617f667e01df63d5b9 (diff)
Use GS_URL as it is now defined by Jenkins and detect Jenkins job name
Fix Typo Change-Id: Ib17628deac512ca37060d087509fda290a23d1ab Signed-off-by: Thomas F Herbert <therbert@redhat.com>
Diffstat (limited to 'ci/build.sh')
-rwxr-xr-xci/build.sh3
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