diff options
author | Jessica Wagantall <jwagantall@linuxfoundation.org> | 2017-03-15 15:51:13 -0700 |
---|---|---|
committer | Jessica Gonzalez <jwagantall@linuxfoundation.org> | 2017-03-15 23:10:53 +0000 |
commit | af3f89626e14669233cd89219b11e58b931ae46f (patch) | |
tree | 6d46381d6f5bbfaab747cc5d7f4fd36037d84644 | |
parent | 21eaa51b21d7991526c02523af00be3bbde49702 (diff) |
jjb: fix yamllint issues
Linting pre-fetch files
Change-Id: I540407739c9e3f264aeb0e779320759879a809db
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
-rw-r--r-- | jjb/pre-fetch/pre-fetch.yaml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/jjb/pre-fetch/pre-fetch.yaml b/jjb/pre-fetch/pre-fetch.yaml index a73a947b..183f7c79 100644 --- a/jjb/pre-fetch/pre-fetch.yaml +++ b/jjb/pre-fetch/pre-fetch.yaml @@ -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 |