From: Trevor Bramwell Date: Tue, 19 Sep 2017 00:25:30 +0000 (-0700) Subject: Fix minor yamllint violation for jjb/bottlenecks X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=b94b477fd5b2248ac11c0fb1fcfeb3888e76c3c0;p=releng.git Fix minor yamllint violation for jjb/bottlenecks JIRA: RELENG-254 Change-Id: I9ea829209b3b2613bad5fcec10ffba743fe52ee8 Signed-off-by: Trevor Bramwell --- 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