zuul: Fix YAML indentation
This commit is contained in:
parent
760544f466
commit
44ba47cd29
2 changed files with 41 additions and 41 deletions
|
@ -1,9 +1,9 @@
|
||||||
- project:
|
- project:
|
||||||
check:
|
check:
|
||||||
jobs:
|
jobs:
|
||||||
- validate
|
- validate
|
||||||
|
|
||||||
- job:
|
- job:
|
||||||
name: validate
|
name: validate
|
||||||
description: Validate manifests, scripts, dependencies and compose the base image
|
description: Validate manifests, scripts, dependencies and compose the base image
|
||||||
# Increased timeout as builds can take a while
|
# Increased timeout as builds can take a while
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
- hosts: all
|
- hosts: all
|
||||||
tasks:
|
tasks:
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
package:
|
package:
|
||||||
|
|
Loading…
Reference in a new issue