Skip to content

Commit

Permalink
Fix a mkdir -p issue (#2470)
Browse files Browse the repository at this point in the history
* Fix a mkdir -p issue

* fix file name
  • Loading branch information
benson31 authored Sep 4, 2024
1 parent c4cc48c commit 794b266
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 @@ -180,8 +180,8 @@ then
ninja -C build-deps gather-all

# Copy the suggested cmake prefix path to the install tree.
mkdir ${prefix}/logs
cp ${build_dir}/build-deps/lbann_sb_suggested_cmake_install_prefix.sh ${prefix}/logs
mkdir -p ${prefix}/logs
cp ${build_dir}/build-deps/lbann_sb_suggested_cmake_prefix_path.sh ${prefix}/logs

# Stamp these commits
cd ${build_dir}/build-deps/aluminum/src && git rev-parse HEAD > ${prefix}/al-prebuilt-hash.txt
Expand Down

0 comments on commit 794b266

Please sign in to comment.