jjb: fix yamllint issues 09/8809/2
authorJessica Wagantall <jwagantall@linuxfoundation.org>
Wed, 15 Mar 2017 22:51:13 +0000 (15:51 -0700)
committerJessica Gonzalez <jwagantall@linuxfoundation.org>
Wed, 15 Mar 2017 23:10:53 +0000 (23:10 +0000)
Linting pre-fetch files

Change-Id: I540407739c9e3f264aeb0e779320759879a809db
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
jjb/pre-fetch/pre-fetch.yaml

index a73a947..183f7c7 100644 (file)
@@ -1,7 +1,8 @@
+---
 - project:
     name: pre-fetch-mirror
     jobs:
-        - pre-fetch-mirror-weekly
+      - pre-fetch-mirror-weekly
 
 - job-template:
     name: 'pre-fetch-mirror-weekly'
@@ -24,7 +25,6 @@
 
     builders:
       - shell:
-            !include-raw-escape: include-prefetch.sh
+          !include-raw-escape: include-prefetch.sh
       - shell:
-            !include-raw-escape: include-rsync-prefetch.sh
-
+          !include-raw-escape: include-rsync-prefetch.sh