File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -30,15 +30,15 @@ Then this is the tool for you.
30
30
Download and put binary in ` /usr/bin `
31
31
32
32
$ sudo su `must be installed as root, if placed in /usr/bin/`
33
- $ curl -L https://github.com/firecow/gitlab-runner-local/releases/download/1.0 .0/linux.gz | gunzip -c > /usr/bin/gitlab-runner-local
33
+ $ curl -L https://github.com/firecow/gitlab-runner-local/releases/download/1.1 .0/linux.gz | gunzip -c > /usr/bin/gitlab-runner-local
34
34
$ chmod +x /usr/bin/gitlab-runner-local
35
35
36
36
## Windows (Git bash)
37
37
Install [ gitbash] ( https://git-scm.com/downloads )
38
38
39
39
Download and put binary in ` C:\Program Files\Git\mingw64\bin `
40
40
41
- $ curl -L https://github.com/firecow/gitlab-runner-local/releases/download/1.0 .0/win.gz | gunzip -c > /c/Program\ Files/Git/mingw64/bin/gitlab-runner-local.exe
41
+ $ curl -L https://github.com/firecow/gitlab-runner-local/releases/download/1.1 .0/win.gz | gunzip -c > /c/Program\ Files/Git/mingw64/bin/gitlab-runner-local.exe
42
42
43
43
## Macos
44
44
TODO: Fill this
You can’t perform that action at this time.
0 commit comments