Skip to content

Commit

Permalink
Updated ginkgo path
Browse files Browse the repository at this point in the history
  • Loading branch information
amitkrout committed Jul 10, 2019
1 parent f70ec10 commit 06c8985
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scripts/openshiftci-presubmit-e2e-scenarios.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ export CI="openshift"
export TIMEOUT="30m"
make configure-installer-tests-cluster
make bin
export PATH="$PATH:$(pwd)"
go get -u github.com/onsi/ginkgo/ginkgo
export PATH="$PATH:$(pwd):$GOPATH/bin"
export CUSTOM_HOMEDIR="/tmp/artifacts"

make test-e2e-scenarios
odo logout
make test-e2e-scenariosodo logout

0 comments on commit 06c8985

Please sign in to comment.