Skip to content
This repository has been archived by the owner on Nov 25, 2024. It is now read-only.

Commit

Permalink
Add custom branch name to publish artifact
Browse files Browse the repository at this point in the history
Signed-off-by: Carlos Vega <[email protected]>
  • Loading branch information
cvegagimenez committed Sep 6, 2023
1 parent ce0f11c commit 7a7a163
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion makelib/xpkg.mk
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ else
build.artifacts.platform: do.skip.xpkgs
endif

# only publish images for main / master, release branches and custom branches in case of other naming convention
# only publish package for main / master, release branches and custom branches in case of other naming convention
# TODO(hasheddan): remove master
ifneq ($(filter main master release-% $(PUBLISH_BRANCH_NAME),$(BRANCH_NAME)),)
publish.artifacts: $(foreach r,$(XPKG_REG_ORGS), $(foreach x,$(XPKGS),xpkg.release.publish.$(r).$(x)))
Expand Down

0 comments on commit 7a7a163

Please sign in to comment.