Skip to content
Snippets Groups Projects
Commit 1fbbf22886a9 authored by Mayra Cabrera's avatar Mayra Cabrera
Browse files

Revert "Merge branch 'revert-0a47ecf7' into 'master'"

This reverts merge request !5903
parent 9e740427f8af
No related branches found
No related tags found
2 merge requests!67heptapod#675: making 0.31 the new stable,!66GitLab 14.9
......@@ -23,6 +23,12 @@
OLD_MINOR_VERSION=$(echo $OLD_VERSION_STRING | awk -F "." '{print $1"."$2}')
fi
# This removal is only to get GitLab.com unbroken, and is not needed for
# self-managed installations. This will be removed before 14.8.0 release.
echo "Removing problematic symlink directories"
rm -rf /opt/gitlab/embedded/service/gitlab-rails/lib/gitlab/ci/parsers/security/validators/schemas/14* || true
rm -rf /opt/gitlab/embedded/service/gitlab-rails/ee/lib/ee/gitlab/ci/parsers/security/validators/schemas/14* || true
greater_version()
{
test "$(printf '%s\n' "$@" | sort -V | tail -n 1)" = "$1";
......
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