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 ...