Skip to content

Commit

Permalink
AZP/TEST: Add mount to prevent cosmetic error
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexey-Rivkin committed Apr 7, 2024
1 parent ee4303a commit 20ced8f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions buildlib/tools/test_mad.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ build_ucx_in_docker() {
docker run --rm \
--name ucx_build_"$BUILD_BUILDID" \
-v "$PWD":"$PWD" -w "$PWD" \
-v /hpc/local:/hpc/local \
$IMAGE \
bash -c "source ./buildlib/tools/test_mad.sh && build_ucx"

Expand Down

0 comments on commit 20ced8f

Please sign in to comment.