From 836c8330515d0668f9d831bf68086725f80e11ca Mon Sep 17 00:00:00 2001 From: roi-codefresh <60569147+roi-codefresh@users.noreply.github.com> Date: Sun, 20 Jun 2021 13:19:33 +0300 Subject: [PATCH] Update sanity.yml --- build/sanity.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/build/sanity.yml b/build/sanity.yml index ecb40e00..c3378e67 100644 --- a/build/sanity.yml +++ b/build/sanity.yml @@ -23,6 +23,7 @@ steps: - cf_export GO111MODULE=on - cf_export GOCACHE=/codefresh/volume/gocache # change gopath to codefresh shared volume - cf_export GOPATH=/codefresh/volume/gopath + - mkdir -p /codefresh/volume/gopath/bin || true - cf_export PATH=$PATH:/codefresh/volume/gopath/bin when: steps: