bodhi: let's try some more indentation for the base dockerfile
Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
This commit is contained in:
parent
7a121506d4
commit
6b8360749b
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ items:
|
||||||
runPolicy: Serial
|
runPolicy: Serial
|
||||||
source:
|
source:
|
||||||
dockerfile: |-
|
dockerfile: |-
|
||||||
{{ load_file('dockerfile-base') | indent }}
|
{{ load_file('dockerfile-base') | indent(8) }}
|
||||||
type: Dockerfile
|
type: Dockerfile
|
||||||
strategy:
|
strategy:
|
||||||
type: Docker
|
type: Docker
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue