Skip to content

Commit

Permalink
chore: Cleanup infra/feast-operator/bin during release (#5009)
Browse files Browse the repository at this point in the history
* ignore infra/feast-operator/bin during release

Signed-off-by: Tommy Hughes <tohughes@redhat.com>

* cleanup infra/feast-operator/bin during release

Signed-off-by: Tommy Hughes <tohughes@redhat.com>

---------

Signed-off-by: Tommy Hughes <tohughes@redhat.com>
  • Loading branch information
tchughesiv authored Feb 4, 2025
1 parent f4da58c commit 2e3652f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,9 @@ jobs:
with:
go-version: 1.22.9
- name: Build & version operator-specific release files
run: make -C infra/feast-operator build-installer bundle
run: |
make -C infra/feast-operator build-installer bundle
rm -rf infra/feast-operator/bin
publish-web-ui-npm:
needs: [ validate_version_bumps, get_dry_release_versions ]
Expand Down
1 change: 0 additions & 1 deletion .releaserc.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ module.exports = {
"infra/charts/**/*.*",
"infra/feast-helm-operator/**/*",
"infra/feast-operator/**/*",
"!infra/feast-operator/bin/**/*",
"ui/package.json",
"sdk/python/feast/ui/package.json",
"sdk/python/feast/ui/yarn.lock"
Expand Down

0 comments on commit 2e3652f

Please sign in to comment.