Skip to content

Commit

Permalink
remove call of make module-build (kyma-project#347)
Browse files Browse the repository at this point in the history
* remove call of make module-build

We really only need to render the manifests so lets remove module-build.

* revert removal of MODULE_REGISTERY
  • Loading branch information
friedrichwilken committed Jan 15, 2024
1 parent c4326c4 commit 11ac4ad
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions scripts/render_and_upload_manifests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,7 @@ MODULE_VERSION=${PULL_BASE_REF} make render-manifest
echo "Generated eventing-manager.yaml:"
cat eventing-manager.yaml

MODULE_VERSION=${PULL_BASE_REF} make module-build

# MODULE_VERSION=${PULL_BASE_REF} make module-build
# TODO completly remove the rendering of the module-template from the repository.
# echo "Generated moduletemplate.yaml:"
# cat module-template.yaml
Expand Down

0 comments on commit 11ac4ad

Please sign in to comment.