Skip to content
Snippets Groups Projects
Commit 846f2049 authored by DJ Mountney's avatar DJ Mountney
Browse files

Fallback to build semver version for packagescripts

For when there isn't a matching latest stable tag
parent 82be909b
No related branches found
No related tags found
2 merge requests!39Bumped oldstable branch to Heptapod 0.21,!31GitLab 13.10
......@@ -24,7 +24,9 @@
skip_transitive_dependency_licensing true
default_version Build::Info.latest_stable_tag
stable_tag = Build::Info.latest_stable_tag
default_version(stable_tag && !stable_tag.empty? ? stable_tag : Build::Info.semver_version.split('+')[0])
build do
# Create the package-script folder. The gitlab.rb project excludes this folder from the package.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment