Skip to content
Snippets Groups Projects
Commit d7210329 authored by Nick Thomas's avatar Nick Thomas
Browse files

Update GitLab Workhorse to v1.0.0

parent b2bbac88
No related branches found
No related tags found
1 merge request!7289Update GitLab Workhorse to v1.0.0
0.8.5 1.0.0
Loading
@@ -403,7 +403,7 @@ If you are not using Linux you may have to run `gmake` instead of
Loading
@@ -403,7 +403,7 @@ If you are not using Linux you may have to run `gmake` instead of
cd /home/git cd /home/git
sudo -u git -H git clone https://gitlab.com/gitlab-org/gitlab-workhorse.git sudo -u git -H git clone https://gitlab.com/gitlab-org/gitlab-workhorse.git
cd gitlab-workhorse cd gitlab-workhorse
sudo -u git -H git checkout v0.8.5 sudo -u git -H git checkout v1.0.0
sudo -u git -H make sudo -u git -H make
   
### Initialize Database and Activate Advanced Features ### Initialize Database and Activate Advanced Features
Loading
Loading
Loading
@@ -84,7 +84,7 @@ GitLab 8.1.
Loading
@@ -84,7 +84,7 @@ GitLab 8.1.
```bash ```bash
cd /home/git/gitlab-workhorse cd /home/git/gitlab-workhorse
sudo -u git -H git fetch --all sudo -u git -H git fetch --all
sudo -u git -H git checkout v0.8.5 sudo -u git -H git checkout v1.0.0
sudo -u git -H make sudo -u git -H make
``` ```
   
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment