From 187984a0a968139059ea1e2e965c55a09ce65915 Mon Sep 17 00:00:00 2001 From: Sergey Dudoladov Date: Tue, 18 Aug 2020 13:26:47 +0200 Subject: [PATCH] switch to the absolute cache path as cdp does not support shell expansion --- delivery.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/delivery.yaml b/delivery.yaml index cd4fc6c9f..601a142bc 100644 --- a/delivery.yaml +++ b/delivery.yaml @@ -5,7 +5,7 @@ pipeline: vm: large cache: paths: - - $GOPATH/pkg/mod + - /go/pkg/mod commands: - desc: 'Update' cmd: |