Correction in script for building longbow docs
[ci-management.git] / jjb / cicn / include-raw-cicn-longbow-docs.sh
index 1d8215f..a37756d 100644 (file)
@@ -1,8 +1,6 @@
 #!/bin/bash
 set -xe -o pipefail
 
-SCRIPT_PATH=$( cd "$(dirname "${BASH_SOURCE}")" ; pwd -P )
-
 update_cmake_repo() {
     cat /etc/resolv.conf
     echo "nameserver 8.8.8.8" | sudo tee -a /etc/resolv.conf
@@ -26,6 +24,8 @@ update_cmake_repo() {
 [ "$MVN" ] || MVN="/opt/apache/maven/bin/mvn"
 [ "$VERSION" ] || VERSION=$(bash scripts/version rpm-version)
 
+echo "Current directory: $(pwd)"
+
 update_cmake_repo
 mkdir -p build
 pushd build