Skip to content

Commit

Permalink
deactivate module-template upload
Browse files Browse the repository at this point in the history
Deactivate the upload of the module-template. All functionality for the module-template will be removed eventually, in a follow up PR.
  • Loading branch information
friedrichwilken committed Dec 15, 2023
1 parent b92ea57 commit 42ecc61
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions scripts/render_and_upload_manifests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,9 @@ cat eventing-manager.yaml

MODULE_VERSION=${PULL_BASE_REF} make module-build

echo "Generated moduletemplate.yaml:"
cat module-template.yaml
# TODO completly remove the rendering of the module-template from the repository.
# echo "Generated moduletemplate.yaml:"
# cat module-template.yaml

echo "Updating github release with eventing-manager.yaml"

Expand All @@ -66,5 +67,6 @@ fi
UPLOAD_URL="https://uploads.github.com/repos/kyma-project/eventing-manager/releases/${RELEASE_ID}/assets"

uploadFile "eventing-manager.yaml" "${UPLOAD_URL}?name=eventing-manager.yaml"
uploadFile "module-template.yaml" "${UPLOAD_URL}?name=module-template.yaml"
# TODO completly remove the rendering of the module-template from the repository.
# uploadFile "module-template.yaml" "${UPLOAD_URL}?name=module-template.yaml"
uploadFile "config/samples/default.yaml" "${UPLOAD_URL}?name=eventing_default_cr.yaml"

0 comments on commit 42ecc61

Please sign in to comment.