Skip to content
Snippets Groups Projects

WIP | Build versions

Closed Marin Jankovski requested to merge build_versions into master

Related issues #1007, #864 (closed)

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
12
13 def print
14 if @read_version.include?('.pre')
15 "master"
16 elsif @read_version.empty?
17 nil
18 else
19 @read_version
20 end
21 end
22
23 def remote
24 case @filename
25 when "VERSION"
26 if @read_version.include?('-ee')
27 "git@dev.gitlab.org:gitlab/gitlab-ee.git"
  • Marin Jankovski mentioned in commit a8676c64

    mentioned in commit a8676c64

  • Author Maintainer

    This MR is no longer valid because parts of it are already used and parts that are not need more attention. Closing.

  • Marin Jankovski Status changed to closed

    Status changed to closed

  • Please register or sign in to reply
    Loading