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

Get and tag with actual release version in CI #1667

Merged
merged 1 commit into from
Jul 28, 2020

Conversation

joshuaboniface
Copy link
Member

Changes
Ensures that the intermediate Docker images have the proper version in their names for the collect script to handle.

Issues
N/A

@joshuaboniface joshuaboniface added the stable backport Backport into the next stable release label Jul 28, 2020
@sonarcloud
Copy link

sonarcloud bot commented Jul 28, 2020

Kudos, SonarCloud Quality Gate passed!

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities (and Security Hotspot 0 Security Hotspots to review)
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@anthonylavado anthonylavado merged commit 2c53a32 into jellyfin:master Jul 28, 2020
@joshuaboniface joshuaboniface deleted the fix-ci-docker branch July 28, 2020 04:15
@joshuaboniface
Copy link
Member Author

Actually, this may be broken.

joshua@base ~ $ awk -F "/" "{ print $NF }" <<<"refs/tags/v10.6.1"
refs/tags/v10.6.1
joshua@base ~ $ awk -F '/' '{ print $NF }' <<<"refs/tags/v10.6.1"
v10.6.1

I guess we'll see for 10.6.2.

joshuaboniface pushed a commit that referenced this pull request Aug 3, 2020
Get and tag with actual release version in CI

(cherry picked from commit 2c53a32)
Signed-off-by: Joshua M. Boniface <joshua@boniface.me>
@joshuaboniface joshuaboniface removed the stable backport Backport into the next stable release label Aug 3, 2020
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.

4 participants