From 15371e49e812ae7702dae2a29f38328d7743b344 Mon Sep 17 00:00:00 2001 From: Timothy J Warren Date: Tue, 28 Feb 2017 16:28:30 -0500 Subject: [PATCH] Attempt to create test config file --- test/docker_install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/docker_install.sh b/test/docker_install.sh index e697d38..ffc6099 100644 --- a/test/docker_install.sh +++ b/test/docker_install.sh @@ -11,4 +11,4 @@ apk add --no-cache git yarn sqlite npm install pg sqlite3 dblite mysql2 # Replace test config with docker config file -mv "./config-ci.json" "./config.json" \ No newline at end of file +mv "./test/config-ci.json" "./test/config.json" \ No newline at end of file