Skip to content
This repository has been archived by the owner on Dec 7, 2023. It is now read-only.

Commit

Permalink
On release, use tidy-in-docker to prevent module differences from dif…
Browse files Browse the repository at this point in the history
…fering versions of go
  • Loading branch information
stealthybox committed Sep 16, 2019
1 parent e8a2996 commit 4f3eb77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/release-common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ run_gren() {
}

make_tidy_autogen() {
make autogen tidy graph
make autogen tidy-in-docker graph
if [[ $(git status --short) != "" ]]; then
git add -A
git commit -m "Ran 'make autogen tidy graph'"
Expand Down

0 comments on commit 4f3eb77

Please sign in to comment.