Skip to content

GitLab Next

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
gitlab-runner
gitlab-runner
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 1,989
    • Issues 1,989
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
    • Iterations
  • Merge Requests 214
    • Merge Requests 214
  • Requirements
    • Requirements
    • List
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
    • Test Cases
  • Security & Compliance
    • Security & Compliance
    • Dependency List
    • License Compliance
  • Operations
    • Operations
    • Incidents
    • Environments
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • CI / CD
    • Code Review
    • Insights
    • Issue
    • Repository
    • Value Stream
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • GitLab.org
  • gitlab-runnergitlab-runner
  • Merge Requests
  • !465

Merged
Opened Feb 03, 2017 by Gasol Wu@GasolContributor2 of 4 tasks completed2/4 tasks

Fix missing VERSION on Mac build

  • Overview 0
  • Commits 1
  • Pipelines 1
  • Changes 1

What does this MR do?

Fix missing VERSION on Mac build

Why was this MR needed?

If gitlab-ci-multi-runner was build on Mac, Running command gitlab-ci-multi-runner --version will show empty version wihtout this MR.

gitlab-ci-multi-runner-linux-amd64 --version

Before

Version:
Git revision: e4814cdf
Git branch:   k8s1
GO version:   go1.7.5
Built:        Mon, 01 Jan 0001 00:00:00 +0000
OS/Arch:      linux/amd64

After

Version:      1.11.0~beta.30.ge4814cdf
Git revision: e4814cdf
Git branch:   k8s1
GO version:   go1.7.5
Built:        Mon, 01 Jan 0001 00:00:00 +0000
OS/Arch:      linux/amd64

Are there points in the code the reviewer needs to double check?

I checked existence of tr on Linux, FreeBSD and yes... Mac.

Does this MR meet the acceptance criteria?

  • Documentation created/updated
  • Tests
    • Added for this feature/bug
    • All builds are passing
  • Branch has no merge conflicts with master (if you do - rebase it please)

What are the relevant issue numbers?

No related issue

Assignee
Assign to
Reviewer
Request review from
v1.11
Milestone
v1.11 (Past due)
Assign milestone
Time tracking
Reference: gitlab-org/gitlab-runner!465
Source branch: fix-build-in-macos

Revert this merge request

This will create a new commit in order to revert the existing changes.

Switch branch
Cancel
A new branch will be created in your fork and a new merge request will be started.

Cherry-pick this merge request

Switch branch
Cancel
A new branch will be created in your fork and a new merge request will be started.