Skip to content

Commit

Permalink
Fix a mkdir -p issue
Browse files Browse the repository at this point in the history
  • Loading branch information
benson31 committed Sep 4, 2024
1 parent c4cc48c commit 8e12de1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab/build-and-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ then
ninja -C build-deps gather-all

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

# Stamp these commits
Expand Down

0 comments on commit 8e12de1

Please sign in to comment.