You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a project with recipe and sources in the same repo. So I would like to upload conan packages for specific commits only. The only way to achieve that with conan package tools that I know is upload_only_when_stable/upload_only_when_tag. The former is not quite suitable as I need to upload testing channel packages as well. So I'm trying to go with upload_only_when_tag. But it surprisingly forces stable channel when used:
Environment Details
Description of Problem, Request, or Question
I have a project with recipe and sources in the same repo. So I would like to upload conan packages for specific commits only. The only way to achieve that with
conan package tools
that I know isupload_only_when_stable
/upload_only_when_tag
. The former is not quite suitable as I need to uploadtesting
channel packages as well. So I'm trying to go withupload_only_when_tag
. But it surprisingly forcesstable
channel when used:conan-package-tools/cpt/packager.py
Lines 777 to 780 in 7eff1ff
Why?
The text was updated successfully, but these errors were encountered: