Skip to content

Commit

Permalink
fix: remove reference for undefined method removeBundleMetadata (#1147)
Browse files Browse the repository at this point in the history
  • Loading branch information
jhaanvi5 authored Jul 17, 2024
1 parent 4ea58d2 commit a8fbea6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion generatebundlefile/hack/common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ function push () {
local stage=${2?:no version specified}
cd "${BASE_DIRECTORY}/generatebundlefile/output-${version}"
orasLogin "$REPO"
removeBundleMetadata bundle.yaml

latest_tag="v${version}-latest"
versioned_tag=$(yq ".metadata.name" bundle.yaml)
Expand Down

0 comments on commit a8fbea6

Please sign in to comment.