summaryrefslogtreecommitdiffstats
path: root/ci
diff options
context:
space:
mode:
authorAnders Roxell <anders.roxell@enea.com>2016-12-17 16:49:34 +0100
committerAnders Roxell <anders.roxell@enea.com>2016-12-17 16:53:09 +0100
commit03854a0311149a140fb751a47886ff1c05022231 (patch)
tree1d05c200d38173744ec77262bc24d45200e354b1 /ci
parent2ce837eba9e229c6a974b6e71c91a1d658d4b3d7 (diff)
ci/build.sh: improve robustness
Change-Id: I6324439f887c5d286052128ed1b627f5fec42b31 Signed-off-by: Anders Roxell <anders.roxell@enea.com>
Diffstat (limited to 'ci')
-rwxr-xr-xci/build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/build.sh b/ci/build.sh
index 0b46a7d7..6bbe5eeb 100755
--- a/ci/build.sh
+++ b/ci/build.sh
@@ -8,7 +8,7 @@
set -e
SCRIPT_DIR=$(readlink -f $(dirname ${BASH_SOURCE[0]}))
-BUILD_BASE=$(readlink -e ${SCRIPT_DIR}/../upstream/fuel/build)
+BUILD_BASE=$(readlink -f ${SCRIPT_DIR}/../upstream/fuel/build)
export ARMBAND_BASE=$(readlink -e ${SCRIPT_DIR}/..)
export OPNFV_GIT_SHA=$(git rev-parse HEAD)