From d92d2d302385a7cf9f25b8acd8f9c3405504bd51 Mon Sep 17 00:00:00 2001 From: Benedikt <beneritter@gmail.com> Date: Wed, 23 Mar 2016 10:58:35 +0100 Subject: [PATCH] Go back to git checkout directory after installing S2I --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index f5b77c5..a3b2140 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 -- GitLab