aboutsummaryrefslogtreecommitdiffstats
path: root/ci
diff options
context:
space:
mode:
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)