Skip to content

Commit

Permalink
Revert back grep
Browse files Browse the repository at this point in the history
Signed-off-by: Pavol Loffay <[email protected]>
  • Loading branch information
pavolloffay committed Dec 4, 2018
1 parent a676eab commit 286d755
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -83,11 +83,11 @@ run-openshift: crd

.PHONY: es
es:
@kubectl create -f ./test/elasticsearch.yml || true
@kubectl create -f ./test/elasticsearch.yml 2>&1 | grep -v "already exists" || true

.PHONY: cassandra
cassandra:
@kubectl create -f ./test/cassandra.yml || true
@kubectl create -f ./test/cassandra.yml 2>&1 | grep -v "already exists" || true

.PHONY: clean
clean:
Expand Down

0 comments on commit 286d755

Please sign in to comment.