sparkbox / mina-circle

🚀 A deployment wrapper for mina based, artifact deployment.
MIT License
9 stars 0 forks source link

mina deploy does not return specified branch #45

Open heatherdesigns opened 6 years ago

heatherdesigns commented 6 years ago

I am working on seesparkbox.com. When I run mina deploy on=stagingphp7 branch=feat--1136-upgrade-EE or mina deploy on=staging branch=master it does not deploy the branch as specified, it deploys the last branch built in CircleCI.

Terminal output from mina deploy on=stagingphp7 branch=master

mina_deploy

Snapshot of Build 1535 on CircleCI

build_1535
amunhofen commented 6 years ago

@yock to add description of problem and fix

yock commented 6 years ago

CircleCI no longer respects the URL parameter to filter builds by branch. As such that list must be filtered manually. This is possible within Mina Circle, but not accounted for architecturally. I'm working on making these changes to it now.