Skip to content
Snippets Groups Projects
Commit d92d2d30 authored by Benedikt's avatar Benedikt
Browse files

Go back to git checkout directory after installing S2I

parent d345dda2
No related branches found
No related tags found
No related merge requests found
......@@ -9,8 +9,9 @@ go: 1.4
install:
- go get github.com/openshift/source-to-image
- cd ${GOPATH}/src/github.com/openshift/source-to-image
- pushd ${GOPATH}/src/github.com/openshift/source-to-image
- export PATH=$PATH:${GOPATH}/src/github.com/openshift/source-to-image/_output/local/bin/linux/amd64/
- hack/build-go.sh
- popd
script: make test
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment