We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36bbfa5 commit af49f80Copy full SHA for af49f80
hack/apidiff.sh
@@ -28,12 +28,13 @@ APIDIFF="hack/tools/bin/go-apidiff"
28
header_text "fetching tools"
29
30
make "${APIDIFF}"
31
-git status
32
33
-mv "./hack/tools/bin/go-apidiff" ../go-apidiff
+# mv "./hack/tools/bin/go-apidiff" ../go-apidiff
+
34
+git checkout HEAD -- "./hack/tools/go.sum"
35
+# git clean -xdf
36
+git status
37
-git reset --hard
-git clean -xdf
38
39
header_text "verifying api diff"
40
header_text "invoking: '../go-apidiff ${PULL_BASE_SHA} --print-compatible'"
0 commit comments