mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
fix(docker): remove sqlite scripts
Signed-off-by: Kevin Morris <kevr@0cost.org>
This commit is contained in:
parent
f3efc18b50
commit
0726a08677
2 changed files with 0 additions and 23 deletions
|
@ -1,7 +0,0 @@
|
|||
#!/bin/bash
|
||||
# Run an sqlite test. This script really just prepares sqlite
|
||||
# tests by deleting any existing databases so the test can
|
||||
# initialize cleanly.
|
||||
DB_NAME="$(grep 'name =' conf/config.sqlite | sed -r 's/^name = (.+)$/\1/')"
|
||||
rm -vf $DB_NAME
|
||||
exec "$@"
|
Loading…
Add table
Add a link
Reference in a new issue