From 2e679169dc8c6c6b340cf7ff72dd536d775228b2 Mon Sep 17 00:00:00 2001 From: Amir Zarrinkafsh Date: Tue, 19 Apr 2022 12:00:57 +1000 Subject: [PATCH] ci(buildkite): remove go module index update hook (#3216) --- .buildkite/hooks/post-command | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.buildkite/hooks/post-command b/.buildkite/hooks/post-command index 490ff8eb8..15a4110a2 100755 --- a/.buildkite/hooks/post-command +++ b/.buildkite/hooks/post-command @@ -78,10 +78,4 @@ if [[ "${BUILDKITE_LABEL}" == ":docker: Deploy Manifest" ]] && [[ "${BUILDKITE_B done done done -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