Skip to content

Commit

Permalink
downloading older Dolt repositories instead of building them
Browse files Browse the repository at this point in the history
  • Loading branch information
andy-wm-arthur committed Mar 20, 2020
1 parent 9b4d2be commit 335d928
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bats/compatibility/runner.sh
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ status=0

while IFS= read -r ver
do
build_dolt "$ver"
curl -L "https://github.com/liquidata-inc/dolt/releases/download/$ver/install.sh" | bash
setup_dir "$ver-backward_compat"

# run compatibility.bats to ensure dolt @ $ver can
Expand Down

0 comments on commit 335d928

Please sign in to comment.