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.
2 parents 96086e5 + a1edc03 commit 0aa69f2Copy full SHA for 0aa69f2
tests/integration/spec.bats
@@ -81,6 +81,9 @@ function teardown() {
81
run bash -c "GOPATH='$GOPATH' go get github.com/xeipuuv/gojsonschema"
82
[ "$status" -eq 0 ]
83
84
+ run git -C "${GOPATH}/src/github.com/xeipuuv/gojsonschema" reset --hard 6637feb73ee44cd4640bb3def285c29774234c7f
85
+ [ "$status" -eq 0 ]
86
+
87
GOPATH="$GOPATH" go build src/runtime-spec/schema/validate.go
88
[ -e ./validate ]
89
0 commit comments