From ba8c9b52d878b0287311acddec9c42636117fc3e Mon Sep 17 00:00:00 2001 From: Gisle Aune Date: Thu, 31 Dec 2020 18:37:43 +0100 Subject: [PATCH] fix ci. --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index f2be2bc..44a4ce0 100644 --- a/.drone.yml +++ b/.drone.yml @@ -26,7 +26,7 @@ steps: commands: - go get -u github.com/pressly/goose/... - cd migrations/postgres - - goose postgres $DB_CONNECT up + - goose postgres "$(DB_CONNECT)" up - name: backend-deploy image: node:14.14.0