Skip to content
Snippets Groups Projects
Commit 4fff9e0b authored by Grzegorz Bizon's avatar Grzegorz Bizon
Browse files

Merge branch 'workhorse-recompile' into 'master'

Document how to recompile gitlab-workhorse in GDK

When you run `make` in gitlab-workhorse in GDK you compile new
binaries but those do not get picked up by `gdk run`. You have to use
`gdk install` instead.

See merge request !212
parents 39911a7d 444ab4f4
No related branches found
No related tags found
1 merge request!212Document how to recompile gitlab-workhorse in GDK
# GitLab-Workhorse in GitLab Development Kit
 
In GDK, gitlab-workhorse is installed inside its own GOPATH rooted here.
Use `gdk install` if you want to recompile gitlab-workhorse for `gdk run`.
 
To set GOPATH in your current shell for working on gitlab-workhorse run the following command:
In GDK, gitlab-workhorse is installed inside its own GOPATH rooted
here.
To set GOPATH in your current shell for working on gitlab-workhorse
run the following command:
 
```
. env.sh
Loading
Loading
@@ -22,7 +26,9 @@ You can use the following shortcut to `cd` into that directory:
 
## Cleaning up an old gitlab-workhorse checkout
 
If you installed GDK before we started using a GOPATH for gitlab-workhorse you now have a bit of a mess in this directory. You can clean up as follows. Start in the GitLab Development Kit root.
If you installed GDK before we started using a GOPATH for
gitlab-workhorse you now have a bit of a mess in this directory. You
can clean up as follows. Start in the GitLab Development Kit root.
 
```
# in GDK root!!
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