Skip to content

Commit

Permalink
move cloned repositories to /tmp
Browse files Browse the repository at this point in the history
  • Loading branch information
Alidra committed May 2, 2024
1 parent c934370 commit f652e50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_lib.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ checkout_lib() {
IFS='/' read -ra ADDR <<< "$1"
repo_name="${ADDR[-1]}"
IFS='.' read -ra ADDR <<< "$repo_name"
repo_name="${ADDR[0]}"
repo_name="/tmp/${ADDR[0]}"
git clone $1 $repo_name
}

Expand Down

0 comments on commit f652e50

Please sign in to comment.