Fix documentation
This commit is contained in:
parent
4942a35f24
commit
c59bc9a06a
1 changed files with 2 additions and 2 deletions
|
@ -79,7 +79,7 @@ pr:
|
||||||
<<: *job-linux-16c
|
<<: *job-linux-16c
|
||||||
|
|
||||||
# Jobs that run when you perform a try build (@bors try)
|
# Jobs that run when you perform a try build (@bors try)
|
||||||
# These jobs automatically inherit envs.production, to avoid repeating
|
# These jobs automatically inherit envs.try, to avoid repeating
|
||||||
# it in each job definition.
|
# it in each job definition.
|
||||||
try:
|
try:
|
||||||
- image: dist-x86_64-linux
|
- image: dist-x86_64-linux
|
||||||
|
@ -88,7 +88,7 @@ try:
|
||||||
<<: *job-linux-16c
|
<<: *job-linux-16c
|
||||||
|
|
||||||
# Main CI jobs that have to be green to merge a commit into master
|
# Main CI jobs that have to be green to merge a commit into master
|
||||||
# These jobs automatically inherit envs.production, to avoid repeating
|
# These jobs automatically inherit envs.auto, to avoid repeating
|
||||||
# it in each job definition.
|
# it in each job definition.
|
||||||
auto:
|
auto:
|
||||||
#############################
|
#############################
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue