Skip to content

Commit

Permalink
style(test): shorten clone cycle
Browse files Browse the repository at this point in the history
  • Loading branch information
DanySK committed Dec 4, 2023
1 parent efe5a72 commit 520c825
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,7 @@
`sudo rm -rf test`
`mkdir test`
for repo in my_latex do
url = "https://github.com/DanySK/#{repo}.git"
`git clone --recurse-submodules #{url} test/test-#{repo}`
`git clone --recurse-submodules https://github.com/DanySK/#{repo}.git test/test-#{repo}`
end
puts `docker run --rm --workdir="/github/workspace" -v "$(pwd)/test":/github/workspace:rw test`
exit $?.exitstatus

0 comments on commit 520c825

Please sign in to comment.