Skip to content

Commit

Permalink
Merge pull request #511 from radarhere/repo_dir
Browse files Browse the repository at this point in the history
Changed repo_dir variable to be uppercase
  • Loading branch information
mattip authored Aug 16, 2023
2 parents 4eb8556 + 3b41523 commit 509e63a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion travis_linux_steps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ function build_multilinux {
-e MANYLINUX_URL="$MANYLINUX_URL" \
-e BUILD_DEPENDS="$BUILD_DEPENDS" \
-e USE_CCACHE="$USE_CCACHE" \
-e REPO_DIR="$repo_dir" \
-e REPO_DIR="$REPO_DIR" \
-e PLAT="$PLAT" \
-e MB_ML_VER="$MB_ML_VER" \
-e MB_ML_LIBC="$libc" \
Expand Down

0 comments on commit 509e63a

Please sign in to comment.