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

Hotfix travis release condition #1042

Merged
merged 1 commit into from
Jul 11, 2018
Merged

Hotfix travis release condition #1042

merged 1 commit into from
Jul 11, 2018

Conversation

mcspr
Copy link
Collaborator

@mcspr mcspr commented Jul 10, 2018

Travis pulls tag as branch, so branch === tag.
Use same regexp as earlier build.sh did, matching ^ MAJOR dot MINOR dot PATCH $

Sorry, only noticed it yesterday tweaking nightlies conditions with this at the top for tagged builds:

git clone --depth=50 --branch=20180708 https://github.com/mcspr/espurna-travis-test.git mcspr/espurna-travis-test

Travis pulls tag as branch, so 'branch = master' is never true.
Use same regexp as earlier build.sh did
@mcspr
Copy link
Collaborator Author

mcspr commented Jul 10, 2018

...and I did trigger api build of the dev / c16b380 because master release did not trigger (my bad, #1007 broke this)
https://github.com/mcspr/espurna-travis-test/releases/tag/20180710

curl -s https://api.github.com/repos/mcspr/espurna-travis-test/releases/tags/20180710 | grep browser_download_url | cut -d ':' -f2- lists links (they are not direct, require -L) to all of the release assets

@xoseperez xoseperez merged commit 8567a99 into xoseperez:dev Jul 11, 2018
@mcspr mcspr deleted the patch-2 branch September 4, 2018 12:09
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.

2 participants