From ec9c29f52bce0ccbbba048bd9c42bfe94a9809f4 Mon Sep 17 00:00:00 2001 From: Stefan Goppelt Date: Sun, 14 Sep 2025 20:22:13 +0200 Subject: [PATCH] NO-ISSUE: Check dir --- .drone.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index e39200f..f16027a 100644 --- a/.drone.yml +++ b/.drone.yml @@ -3,9 +3,10 @@ type: docker name: go-lib/util environment: VERSION: development + workspace: base: /go -# path: src/github.com/octocat/hello-world + path: /src/scm.yoorie.de/go-lib/util steps: - name: prepare @@ -27,6 +28,7 @@ steps: image: golang commands: - govulncheck ./... + - ls -la /go/ depends_on: - prepare