Skip to content
Snippets Groups Projects
Commit 273a8592 authored by Balasankar "Balu" C's avatar Balasankar "Balu" C
Browse files

Fix upgrade-check call arguments in preinst

parent ceae2031
No related branches found
No related tags found
2 merge requests!51Validate shift of Heptapod 0.25 to oldstable series,!44GitLab 14.0
......@@ -42,7 +42,7 @@
MIN_VERSION=13.0
# If this succeeds, then gitlab-ctl upgrade-check exists, and passed
if ctl_results=$(MIN_VERSION=${MIN_VERSION} gitlab-ctl upgrade-check "${OLD_VERSION_STRING}" "${NEW_MAJOR_VERSION}.${NEW_MINOR_VERSION}") ; then
if ctl_results=$(MIN_VERSION=${MIN_VERSION} gitlab-ctl upgrade-check "${OLD_VERSION_STRING}" "${NEW_MINOR_VERSION}") ; then
return 0
fi
......
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