Skip to content

Commit

Permalink
Updated ginkgo path
Browse files Browse the repository at this point in the history
  • Loading branch information
amitkrout committed Jun 24, 2019
1 parent 2f636d8 commit 1e57a1a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/openshiftci-presubmit-e2e-scenarios.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +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

0 comments on commit 1e57a1a

Please sign in to comment.