-
-
Notifications
You must be signed in to change notification settings - Fork 62
Open
Labels
Description
st2-packages repo now follows st2 branching strategy. What it means.
The Logic:
- Inside
st2-packagesrepo:- pushing to
masterofst2-packagesrepo will generate packages based onmasterofst2 - pushing to
v1.3ofst2-packagesrepo will generate packages based onv1.3ofst2 - opening PR against
masterbranch ofst2-packagesrepo will usest2mastercode - opening PR against
v1.3branch ofst2-packagesrepo will usest2v1.3code - opening PR against any other branch of
st2-packagesrepo will useST2_GITREVhardcoded version incircle.yml
- pushing to
- Inside
st2repo:- pushing to
masterofst2repo will generate packages based onmasterofst2-packages - pushing to
v1.3ofst2repo will generate packages based onv1.3ofst2-packages - note that we don't enable CircleCI Pull Requests in
st2repo yet
- pushing to
Rebuild the Package Manually:
Normally pushing to v1.3 branch for any st2 or st2-packages repos will generate and deploy v1.3 staging packages.
Usually that's enough, but if you want to do that manually without pushing changes, just use CircleCI rebuild:
- 1.) Navigate to
v1.3branch builds https://circleci.com/gh/StackStorm/st2-packages/tree/v1.3 - 2.) Find latest build
- 3.) Click
Rebuild