As we reevaluate how to best support and maintain Staging Ref in the future, we encourage development teams using this environment to highlight their use cases in the following issue: https://gitlab.com/gitlab-com/gl-infra/software-delivery/framework/software-delivery-framework-issue-tracker/-/issues/36.

Skip to content
Snippets Groups Projects
Commit e8a4dc70 authored by Stan Hu's avatar Stan Hu
Browse files

Merge branch '48-regression-in-v3-1-0-vs-v3-0-0' into 'master'

Add an error message when using shell commands with incompatible GitLab versions

Closes #48

See merge request !70
parents dd6eed16 55df77e7
No related branches found
No related tags found
No related merge requests found
v3.2.0
- Allow GitLab Shell to check for allowed access based on the used Git protocol
- Add an error message when using shell commands with incompatible GitLab versions
v3.1.0
- Refactor repository paths handling to allow multiple git mount points
Loading
Loading
Loading
Loading
@@ -182,6 +182,7 @@ class GitlabShell
private
def repo_path=(repo_path)
raise ArgumentError, "Repository path not provided. Please make sure you're using GitLab v8.10 or later." unless repo_path
raise InvalidRepositoryPathError if File.absolute_path(repo_path) != repo_path
@repo_path = repo_path
Loading
Loading
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