Merge pull request #7834 from reasonerjt/fix-git-status-issue

[CP-to-main]: Fix issue in "git status" in goreleaser.sh
This commit is contained in:
Wenkai Yin(尹文开)
2024-05-28 12:42:29 +08:00
committed by GitHub

View File

@@ -99,3 +99,6 @@ RUN curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/i
RUN curl -LO https://storage.googleapis.com/kubernetes-release/release/$(curl -s https://storage.googleapis.com/kubernetes-release/release/stable.txt)/bin/linux/$(go env GOARCH)/kubectl
RUN chmod +x ./kubectl
RUN mv ./kubectl /usr/local/bin
# Fix the "dubious ownership" issue from git when running goreleaser.sh
RUN echo "[safe] \n\t directory = *" > /.gitconfig