ci(buildkite): remove go module index update hook (#3216)
parent
94d858ade8
commit
2e679169dc
|
@ -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
|
Loading…
Reference in New Issue