File tree 1 file changed +8
-1
lines changed
1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -15,6 +15,8 @@ Then this is the tool for you.
15
15
* [ Convinience] ( #convinience )
16
16
* [ Bash alias] ( #bash-alias )
17
17
* [ Bash completion] ( #bash-completion )
18
+ * [ Quicks] ( #quirks )
19
+ * [ Artifacts] ( #artifacts )
18
20
* [ Development] ( #development )
19
21
* [ Scripts] ( #scripts )
20
22
* [ Build binaries] ( #build-binaries )
@@ -54,6 +56,9 @@ TODO: Fill this
54
56
### Bash completion
55
57
TODO: Fill this
56
58
59
+ ## Quirks
60
+ ### Artifacts
61
+ Artifacts works right now, as along as you don't overwirte git tracked files and as long as you don't use dependencies tag.
57
62
58
63
# Development
59
64
## Scripts
@@ -74,9 +79,11 @@ TODO: Fill this
74
79
- Verbosity on .gitlab-ci.local.yml overrides and appends.
75
80
76
81
## Unsupported tags, will be implemented in order
77
- - include
78
82
- extends
79
83
- default
84
+ - include: file
85
+ - include: template
86
+ - include: remote
80
87
- artifacts (reset/restore artifacts from job to job via .gitlab-ci.local folder)
81
88
- rules
82
89
- dependencies (depend or non-depend on artifacts, default is depend ALL)
You can’t perform that action at this time.
0 commit comments