ci(buildkite): remove go module index update hook (#3216)

pull/3217/head
Amir Zarrinkafsh 2022-04-19 12:00:57 +10:00 committed by GitHub
parent 94d858ade8
commit 2e679169dc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 6 deletions

View File

@ -79,9 +79,3 @@ if [[ "${BUILDKITE_LABEL}" == ":docker: Deploy Manifest" ]] && [[ "${BUILDKITE_B
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