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