diff options
author | Mauro Sardara <msardara+fdio@cisco.com> | 2018-02-15 17:57:00 +0100 |
---|---|---|
committer | Mauro Sardara <msardara+fdio@cisco.com> | 2018-02-16 10:14:05 +0100 |
commit | 939eb6ca1cc8db6a8a3034d697f1ee4c0db17a14 (patch) | |
tree | 6e457ba8cd819dc4aa24c444ae2525e38ecce146 /jjb/cicn | |
parent | 81aa182cd7b5b2543ac50f6f32fe200af0495995 (diff) |
Correction in script for building longbow docs
Change-Id: I256d3d89a77db99b4bbbb63713582c44e775eab4
Signed-off-by: Mauro Sardara <msardara+fdio@cisco.com>
Diffstat (limited to 'jjb/cicn')
-rw-r--r-- | jjb/cicn/include-raw-cicn-longbow-docs.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/jjb/cicn/include-raw-cicn-longbow-docs.sh b/jjb/cicn/include-raw-cicn-longbow-docs.sh index 1d8215f0e..a37756d0e 100644 --- a/jjb/cicn/include-raw-cicn-longbow-docs.sh +++ b/jjb/cicn/include-raw-cicn-longbow-docs.sh @@ -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 |