Skip to content
Snippets Groups Projects
Commit 9ffb0e3e authored by Robert Marshall's avatar Robert Marshall
Browse files

Revert symlink removal hotfix

- Reverts a previous hotfix for `.com` that should not be included for
  self-managed customers when we cut the 14.9 release.

This reverts commit f2fb9b54e3e27ef49058fed53f1a9c833489a843.

Reverts https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/5924

Related https://gitlab.com/gitlab-org/omnibus-gitlab/-/issues/6690



Signed-off-by: default avatarRobert Marshall <rmarshall@gitlab.com>
parent 4a87a968
No related branches found
No related tags found
2 merge requests!67heptapod#675: making 0.31 the new stable,!66GitLab 14.9
......@@ -23,12 +23,6 @@
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