diff options
author | 2017-10-03 23:17:06 -0700 | |
---|---|---|
committer | 2017-10-10 19:19:53 +0000 | |
commit | ad9b7e575f1c9187e5b50d1412b08b04cd655b3f (patch) | |
tree | 3d73e093b316080970fd0523befd7bc849a490f7 /jjb/joid | |
parent | 93a0b352d15a82c80bdc1719dd24d9e0fd1a7821 (diff) |
Fix minor yamllint violation in Joid job config
The newly added euphrates stream had it's fields overindented.
JIRA: RELENG-254
Change-Id: I8d033966023fdecec3f03f2c74982f9de775ac08
Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
Diffstat (limited to 'jjb/joid')
-rw-r--r-- | jjb/joid/joid-daily-jobs.yml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/jjb/joid/joid-daily-jobs.yml b/jjb/joid/joid-daily-jobs.yml index b28efc3b3..0897bbd39 100644 --- a/jjb/joid/joid-daily-jobs.yml +++ b/jjb/joid/joid-daily-jobs.yml @@ -14,10 +14,10 @@ # BRANCH ANCHORS # ------------------------------- euphrates: &euphrates - stream: euphrates - branch: 'stable/{stream}' - disabled: false - gs-pathname: '/{stream}' + stream: euphrates + branch: 'stable/{stream}' + disabled: false + gs-pathname: '/{stream}' # ------------------------------- # POD, INSTALLER, AND BRANCH MAPPING # ------------------------------- |