Skip to content

Commit

Permalink
fix(release): Omit ai-nav helmrepos from bundle
Browse files Browse the repository at this point in the history
  • Loading branch information
gracedo committed Apr 16, 2024
1 parent 385b87a commit e838242
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions make/release.mk
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,10 @@ release:
# the connected customers download the k-apps from GitHub where it is still present
git archive --format "tar.gz" -o $(ARCHIVE_NAME) \
$(GIT_TAG) -- \
common services charts ":(exclude)services/ai-navigator-app" \
common services charts ":(exclude)services/ai-navigator-cluster-info-agent"
common services charts \
":(exclude)common/helm-repositories/ai-navigator-repos.yaml" \
":(exclude)services/ai-navigator-app" \
":(exclude)services/ai-navigator-cluster-info-agent"
aws s3 cp --acl $(S3_ACL) $(ARCHIVE_NAME) s3://$(S3_BUCKET)/$(S3_PATH)/
echo "Published to $(PUBLISHED_URL)"
ifeq (,$(findstring dev,$(GIT_TAG)))
Expand Down

0 comments on commit e838242

Please sign in to comment.