Skip to content

Commit af49f80

Browse files
author
Ace Eldeib
committed
debug commit
1 parent 36bbfa5 commit af49f80

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

hack/apidiff.sh

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,13 @@ APIDIFF="hack/tools/bin/go-apidiff"
2828
header_text "fetching tools"
2929

3030
make "${APIDIFF}"
31-
git status
3231

33-
mv "./hack/tools/bin/go-apidiff" ../go-apidiff
32+
# mv "./hack/tools/bin/go-apidiff" ../go-apidiff
33+
34+
git checkout HEAD -- "./hack/tools/go.sum"
35+
# git clean -xdf
36+
git status
3437

35-
git reset --hard
36-
git clean -xdf
3738

3839
header_text "verifying api diff"
3940
header_text "invoking: '../go-apidiff ${PULL_BASE_SHA} --print-compatible'"

0 commit comments

Comments
 (0)