From f18f0b6f827260d7597650a42e2b5a9f78cd7a8a Mon Sep 17 00:00:00 2001 From: decentral1se Date: Sat, 30 Sep 2023 08:26:20 +0200 Subject: [PATCH] build: set ABRA_DIR explicitly --- .drone.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.drone.yml b/.drone.yml index 62c230130..26207d493 100644 --- a/.drone.yml +++ b/.drone.yml @@ -16,6 +16,8 @@ steps: - name: make test image: golang:1.21 + environment: + ABRA_DIR: "/root/.abra" commands: - make test depends_on: