File tree 1 file changed +6
-1
lines changed
1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ Get rid of all those dev specific shell scripts and make files.
25
25
* [ docker-compose-nodejs] ( ./examples/docker-compose-nodejs/README.md )
26
26
* [ docker-swarm-php] ( ./examples/docker-swarm-php/README.md )
27
27
* [ Installation] ( #installation )
28
- * [ Convinience ] ( #convinience )
28
+ * [ Convenience ] ( #convenience )
29
29
* [ Bash alias] ( #bash-alias )
30
30
* [ Tab completion] ( #tab-completion )
31
31
* [ Quirks] ( #quirks )
@@ -79,14 +79,17 @@ curl -L https://github.com/firecow/gitlab-ci-local/releases/latest/download/win.
79
79
## Convenience
80
80
81
81
### Dot Env file
82
+
82
83
Add a ` .gitlab-ci-local-env ` file to the current working directory
84
+
83
85
```
84
86
# Overrides .gitlab-ci.yml as the default git ci/cd file
85
87
FILE=doctor-strange.yml # --file
86
88
87
89
# Always runs needed jobs, when gitlab-ci-local <job-name> is called
88
90
NEEDS=true # --needs
89
91
```
92
+
90
93
All cli options can be assigned default values this way
91
94
92
95
### Bash alias
@@ -177,6 +180,8 @@ Docker executor copies artifacts to and from .gitlab-ci-local/artifacts
177
180
178
181
# # Development
179
182
183
+ You need nodejs 14+
184
+
180
185
# ## Scripts
181
186
182
187
` ` ` bash
You can’t perform that action at this time.
0 commit comments