Skip to content

Commit

Permalink
Fix mysql first-run in dev setup
Browse files Browse the repository at this point in the history
  • Loading branch information
timabell committed Jan 18, 2024
1 parent f5c1eab commit a5dbce2
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion dev-setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,13 @@ echo $GOROOT
sudo apt install gcc-mingw-w64-x86-64

# setup docker images to run tests and try things locally

pg/docker-start.sh
mysql/docker-first-run.sh

(
cd mysql
./docker-first-run.sh
)

(
cd mssql
Expand Down

0 comments on commit a5dbce2

Please sign in to comment.