Skip to content

Commit

Permalink
change build path to be in working directory
Browse files Browse the repository at this point in the history
  • Loading branch information
yu-nix committed Aug 10, 2023
1 parent f36dd03 commit 2f277c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .gitlab/build_and_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -155,9 +155,9 @@ fi
# Build Directory
if [[ -z ${build_root} ]]
then
build_root="/dev/shm$(pwd)"
build_root="$(pwd)"
else
build_root="/dev/shm${build_root}"
build_root="${build_root}"
fi

build_dir="${build_root}/build_${job_unique_id}_${hostconfig//.cmake/}"
Expand Down

0 comments on commit 2f277c0

Please sign in to comment.