From 8734ef38d089f420f6d4ed232389364d8cf69502 Mon Sep 17 00:00:00 2001 From: grumbulon Date: Wed, 8 Mar 2023 19:42:34 -0500 Subject: [PATCH] fix test perchance --- .drone.yaml | 1 + config.sample.yaml | 3 +-- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yaml b/.drone.yaml index 294a9d3..680fd08 100644 --- a/.drone.yaml +++ b/.drone.yaml @@ -27,6 +27,7 @@ steps: - name: 'test' image: golang:1.20 commands: + - cp config.sample.yaml config.yaml - 'make test-backend' depends_on: - 'cache' diff --git a/config.sample.yaml b/config.sample.yaml index 15c7b66..0f93980 100644 --- a/config.sample.yaml +++ b/config.sample.yaml @@ -2,5 +2,4 @@ server: example.com # does nothing yet hashingsecret: PasswordHashingSecret port: 3008 # port the server runs on db: pomme.sqlite -testdb: test.sqlite -zonedir: zones \ No newline at end of file +zonedir: zones