remove old stacks
This commit is contained in:
9
prepare-test-instance.sh
Executable file
9
prepare-test-instance.sh
Executable file
@@ -0,0 +1,9 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
cd $( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )
|
||||
|
||||
set -o nounset
|
||||
|
||||
export SQLX_OFFLINE=true
|
||||
|
||||
exec cargo build
|
||||
Reference in New Issue
Block a user