Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix AppVeyor deployment webhook #2113

Merged
merged 1 commit into from Dec 2, 2016
Merged

Fix AppVeyor deployment webhook #2113

merged 1 commit into from Dec 2, 2016

Conversation

Daniel15
Copy link
Member

@Daniel15 Daniel15 commented Dec 2, 2016

Summary
Fixes the AppVeyor deployment webhook. AppVeyor wasn't actually building the tags, it was just building the stable branch. This meant that the deployment script wasn't actually running, as appveyor_repo_tag was never true.

We don't want to deploy every individual commit to the stable branch, we only want to deploy tags. I've switched the branch list to only build master and tags (instead of master and stable branches), and updated the deployment webhook to be called for tags.

Test plan
Tested something similar on my fork: https://ci.appveyor.com/project/Daniel15/yarn/build/job/dpyvcc0p88ss9se6

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant