Skip to content

Commit

Permalink
changed release action - added kustomize install
Browse files Browse the repository at this point in the history
  • Loading branch information
f41gh7 committed Jul 25, 2020
1 parent e6010a5 commit 13e3774
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
make lint
make test
make build
sh scripts/bundle.sh
make release-package
- name: run e2e tests local
run: |
kubectl cluster-info
Expand Down
5 changes: 4 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -235,4 +235,7 @@ bundle: manifests fix118
bundle-build:
docker build -f bundle.Dockerfile -t $(BUNDLE_IMG) .

build: manager
build: manager

release-package: kustomize
sh scripts/bundle.sh

0 comments on commit 13e3774

Please sign in to comment.