Skip to content

Commit

Permalink
Merge pull request #463 from alecmerdler/make-run-command
Browse files Browse the repository at this point in the history
chore: add QUAY_VERSION to make run command (PROJQUAY-2030)
  • Loading branch information
alecmerdler authored May 18, 2021
2 parents 8fe8456 + 079205f commit bbd6e74
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ manager: generate fmt vet

# Run against the configured Kubernetes cluster in ~/.kube/config
run: generate fmt vet manifests
go run ./main.go
QUAY_VERSION=dev go run main.go

# Install CRDs into a cluster
install: manifests
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,12 +96,12 @@ $ kubectl create -f ./bundle/upstream/manifests/*.crd.yaml

**Run the controller**:
```sh
$ go run main.go
$ make run
```

**Tests**:
```sh
$ go test -v ./...
$ make test
```

**Building custom `CatalogSource`**:
Expand Down

0 comments on commit bbd6e74

Please sign in to comment.