Skip to content

Commit

Permalink
Create e2e testdir, fix contributing readme (#131)
Browse files Browse the repository at this point in the history
* Create e2e testdir, fix contributing readme

Signed-off-by: Pavol Loffay <ploffay@redhat.com>
  • Loading branch information
pavolloffay authored and jpkrohling committed Nov 27, 2018
1 parent 08b45de commit b2762c3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ mkdir -p $GOPATH/src/github.com/operator-framework
cd $GOPATH/src/github.com/operator-framework
git clone https://github.com/operator-framework/operator-sdk
cd operator-sdk
git checkout v0.0.7
git checkout v0.1.1
make dep
make install
----
Expand All @@ -34,7 +34,7 @@ Alternatively, a released binary can be used instead:

[source,bash]
----
curl https://github.com/operator-framework/operator-sdk/releases/download/v0.0.7/operator-sdk-v0.0.7-x86_64-linux-gnu -sLo $GOPATH/bin/operator-sdk
curl https://github.com/operator-framework/operator-sdk/releases/download/v0.1.1/operator-sdk-v0.1.1-x86_64-linux-gnu -sLo $GOPATH/bin/operator-sdk
chmod +x $GOPATH/bin/operator-sdk
----

Expand Down
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ unit-tests:

.PHONY: e2e-tests
e2e-tests: cassandra es crd build docker push
mkdir -p deploy/test
@echo Running end-to-end tests...

@cp deploy/role_binding.yaml deploy/test/namespace-manifests.yaml
Expand Down

0 comments on commit b2762c3

Please sign in to comment.