Fix minor yamllint violation for jjb/bottlenecks 51/42351/1
authorTrevor Bramwell <tbramwell@linuxfoundation.org>
Tue, 19 Sep 2017 00:25:30 +0000 (17:25 -0700)
committerTrevor Bramwell <tbramwell@linuxfoundation.org>
Tue, 19 Sep 2017 00:52:05 +0000 (17:52 -0700)
JIRA: RELENG-254

Change-Id: I9ea829209b3b2613bad5fcec10ffba743fe52ee8
Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
jjb/bottlenecks/bottlenecks-ci-jobs.yml

index cb43ff1..1d31f27 100644 (file)
 - builder:
     name: bottlenecks-workspace-cleanup
     builders:
-        - shell: |
-            #!/bin/bash
-            set -o errexit
-            set -o nounset
-            set -o pipefail
-
-            # delete everything that is in $WORKSPACE
-            sudo rm -rf $WORKSPACE
+      - shell: |
+          #!/bin/bash
+          set -o errexit
+          set -o nounset
+          set -o pipefail
+
+          # delete everything that is in $WORKSPACE
+          sudo rm -rf $WORKSPACE
 
 ####################
 # parameter macros