Skip to content

Commit a1edc03

Browse files
Tom Godkinwilliammartin
authored andcommitted
Pin version of gojsonschema in tests
Signed-off-by: Will Martin <wmartin@pivotal.io>
1 parent e6516b3 commit a1edc03

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/integration/spec.bats

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,9 @@ function teardown() {
8181
run bash -c "GOPATH='$GOPATH' go get github.com/xeipuuv/gojsonschema"
8282
[ "$status" -eq 0 ]
8383

84+
run git -C "${GOPATH}/src/github.com/xeipuuv/gojsonschema" reset --hard 6637feb73ee44cd4640bb3def285c29774234c7f
85+
[ "$status" -eq 0 ]
86+
8487
GOPATH="$GOPATH" go build src/runtime-spec/schema/validate.go
8588
[ -e ./validate ]
8689

0 commit comments

Comments
 (0)