summaryrefslogtreecommitdiffstats
path: root/jjb/bottlenecks
diff options
context:
space:
mode:
authorTrevor Bramwell <tbramwell@linuxfoundation.org>2017-09-18 17:25:30 -0700
committerTrevor Bramwell <tbramwell@linuxfoundation.org>2017-09-18 17:52:05 -0700
commitb94b477fd5b2248ac11c0fb1fcfeb3888e76c3c0 (patch)
treece2a8506a964fa8b4a2b5fbd9d76e6b82e4d903c /jjb/bottlenecks
parent53ba3fc16aa04a8f8f9a9bcb9dd2da9fc1f27510 (diff)
Fix minor yamllint violation for jjb/bottlenecks
JIRA: RELENG-254 Change-Id: I9ea829209b3b2613bad5fcec10ffba743fe52ee8 Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
Diffstat (limited to 'jjb/bottlenecks')
-rw-r--r--jjb/bottlenecks/bottlenecks-ci-jobs.yml16
1 files changed, 8 insertions, 8 deletions
diff --git a/jjb/bottlenecks/bottlenecks-ci-jobs.yml b/jjb/bottlenecks/bottlenecks-ci-jobs.yml
index cb43ff149..1d31f2775 100644
--- a/jjb/bottlenecks/bottlenecks-ci-jobs.yml
+++ b/jjb/bottlenecks/bottlenecks-ci-jobs.yml
@@ -152,14 +152,14 @@
- 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