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

Only check first three segments of version in ci (fixes #2191) #2192

Merged
merged 1 commit into from
Nov 27, 2017

Conversation

HebaruSan
Copy link
Member

See my comment on #2191; the mono --version check is now printing 5.4.0.201 instead of just 5.4.0, and our perl regex extracts that whole string. This pull request changes the perl regex to match just the 5.4.0 part, so it should match BUILD_RELEASE_MONO_VERSION again.

This should get builds deploying to S3 again, which should fix the Curse errors on the status page.

@HebaruSan HebaruSan added Build Issues affecting the build system Infrastructure Issues affecting everything around CKAN (the GitHub repos, build process, CI, ...) labels Nov 26, 2017
@HebaruSan HebaruSan requested a review from dbent November 26, 2017 06:43
@techman83
Copy link
Member

Awesome, basically it's just ensuring we push up only one artifact by the looks. That should get the job, thanks for your awesome work @HebaruSan

@techman83 techman83 merged commit 0eacb15 into KSP-CKAN:master Nov 27, 2017
@HebaruSan HebaruSan deleted the fix/ci-version-check branch November 27, 2017 01:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Build Issues affecting the build system Infrastructure Issues affecting everything around CKAN (the GitHub repos, build process, CI, ...)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants