-
-
Notifications
You must be signed in to change notification settings - Fork 348
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
CI not Pushing Builds to S3 #2191
Comments
Browsing the commit history, @dbent, do you see anything fishy there? EDIT: This is the latest job with config=Release and mono=5.4.0: https://travis-ci.org/KSP-CKAN/CKAN/jobs/305483643#L2534
The custom condition checks that the mono version matches 5.4.0 using a perl regex:
But instead of 5.4.0,
Presumably we cannot hard code the .201 suffix because it might change. So should we strip it out? |
Only check first three segments of version in ci (fixes #2191)
And we're good. The netkan bot will pick up the new version on the next run.
|
The latest build on S3 is from October 20. Noted in #2189 as Netkan Bot hadn't picked up the fixed Curse API.
The text was updated successfully, but these errors were encountered: