@@ -25,35 +25,35 @@ Then this is the tool for you.
25
25
* [ Features] ( #features )
26
26
* [ Unsupported tags, will be implemented in order] ( #unsupported-tags-will-be-implemented-in-order )
27
27
* [ Docker specfic tags. (Only shell working now)] ( #docker-specfic-tags-only-shell-working-now )
28
- * [ Gitlab CI only, will not be used by gitlab-runner- local] ( #gitlab-ci-only-will-not-be-used-by-gitlab-runner- local )
28
+ * [ Gitlab CI only, will not be used by gitlab-local-pipeline ] ( #gitlab-ci-only-will-not-be-used-by-gitlab-local-pipeline )
29
29
* [ Undecided] ( #undecided )
30
30
31
31
# Installation
32
32
## Linux
33
33
Download and put binary in ` /usr/bin `
34
34
35
35
$ sudo su `must be installed as root, if placed in /usr/bin/`
36
- $ curl -L https://github.com/firecow/gitlab-runner- local/releases/latest/download/linux.gz | gunzip -c > /usr/bin/gitlab-runner- local
37
- $ chmod +x /usr/bin/gitlab-runner- local
36
+ $ curl -L https://github.com/firecow/gitlab-local-pipeline /releases/latest/download/linux.gz | gunzip -c > /usr/bin/gitlab-local-pipeline
37
+ $ chmod +x /usr/bin/gitlab-local-pipeline
38
38
39
39
## Windows (Git bash)
40
40
Install [ gitbash] ( https://git-scm.com/downloads )
41
41
42
42
Download and put binary in ` C:\Program Files\Git\mingw64\bin `
43
43
44
- $ curl -L https://github.com/firecow/gitlab-runner- local/releases/latest/download/win.gz | gunzip -c > /c/Program\ Files/Git/mingw64/bin/gitlab-runner- local.exe
44
+ $ curl -L https://github.com/firecow/gitlab-local-pipeline /releases/latest/download/win.gz | gunzip -c > /c/Program\ Files/Git/mingw64/bin/gitlab-local-pipeline .exe
45
45
46
46
## Macos
47
47
TODO: Fill this
48
48
49
49
# Usage
50
50
## Example
51
51
$ cd /home/user/workspace/myproject
52
- $ gitlab-runner- local
52
+ $ gitlab-local-pipeline
53
53
54
54
## Convinience
55
55
### Bash alias
56
- $ echo "alias grl ='gitlab-runner- local'" >> ~/.bashrc
56
+ $ echo "alias glp ='gitlab-local-pipeline '" >> ~/.bashrc
57
57
### Bash completion
58
58
TODO: Fill this
59
59
@@ -100,7 +100,7 @@ Artifacts works right now, as along as you don't overwirte git tracked files and
100
100
- services
101
101
- image
102
102
103
- ## Gitlab CI only, will not be used by gitlab-runner- local
103
+ ## Gitlab CI only, will not be used by gitlab-local-pipeline
104
104
- cache
105
105
- pages
106
106
- resource_group
0 commit comments