From 989a4914290261e039164612d8eef155d2af67d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ask=20Bj=C3=B8rn=20Hansen?= Date: Sun, 31 Oct 2021 00:08:30 -0700 Subject: [PATCH] More volume testing --- .drone.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index f0c5054..15ffb61 100644 --- a/.drone.yml +++ b/.drone.yml @@ -9,9 +9,10 @@ steps: commands: - go test -v - go build + - echo "hello" > /shared/greetings.txt volumes: - name: go-pkg - path: /go/pkg + path: /shared resources: limits: cpu: 1000 @@ -40,6 +41,6 @@ volumes: name: go-pkg --- kind: signature -hmac: ebe845e4f1bbea97f6a29fd91949c305993d5e1ed3de0ff85c9990fdd3096032 +hmac: 6c28661aaa292cf8455fde9c0942c10483e44f7d721f357ae24d1c6c67d48bcb ...