From 57a35abd3bb1921470e60e028c346f96fa6ade3b Mon Sep 17 00:00:00 2001 From: Amir Zarrinkafsh Date: Fri, 17 Sep 2021 20:59:41 +1000 Subject: [PATCH] ci(buildkite): fix index update post release (#2388) --- .buildkite/hooks/post-command | 1 + 1 file changed, 1 insertion(+) diff --git a/.buildkite/hooks/post-command b/.buildkite/hooks/post-command index c3905de33..0dacde387 100755 --- a/.buildkite/hooks/post-command +++ b/.buildkite/hooks/post-command @@ -76,5 +76,6 @@ fi if [[ "${BUILDKITE_LABEL}" == ":github: Deploy Artifacts" ]]; then echo "--- :go: Force module index update" + rm go.mod go.sum go get github.com/authelia/authelia/v4 fi \ No newline at end of file