Skip to content

Commit

Permalink
fix command for running tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tahsinrahman committed May 25, 2018
1 parent 962f633 commit 3e81ea3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions hack/concourse/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -66,10 +66,10 @@ export DOCKER_REGISTRY=appscodeci
./hack/make.py build searchlight
./hack/make.py build hyperalert

./hack/docker/searchlight/setup.sh build
./hack/docker/searchlight/setup.sh
./hack/docker/searchlight/setup.sh push

./hack/docker/icinga/alpine/build.sh build
./hack/docker/icinga/alpine/build.sh
./hack/docker/icinga/alpine/build.sh push
popd

Expand Down Expand Up @@ -112,4 +112,4 @@ pushd $GOPATH/src/github.com/appscode/searchlight

# run tests
./hack/deploy/searchlight.sh --docker-registry=appscodeci --enable-validating-webhook=true --rbac=true --icinga-api-password=1234
./hack/make.py test e2e --searchlight-service=kube-system
./hack/make.py test e2e --searchlight-service=kube-system/searchlight-operator

0 comments on commit 3e81ea3

Please sign in to comment.