ci: correct indentation on mini-e2e-helm

The trailing '}' needs to be one the next line.

Signed-off-by: Yug <yuggupta27@gmail.com>
This commit is contained in:
Yug 2020-09-24 16:40:08 +05:30 committed by mergify[bot]
parent 64c3af777b
commit 1b661cb2c6

View File

@ -119,7 +119,8 @@ node('cico-workspace') {
timeout(time: 30, unit: 'MINUTES') {
ssh "cd /opt/build/go/src/github.com/ceph/ceph-csi && ./scripts/install-helm.sh cleanup-cephcsi '${namespace}'"
ssh 'cd /opt/build/go/src/github.com/ceph/ceph-csi && ./scripts/install-helm.sh clean'
ssh "kubectl delete namespace '${namespace}'" }
ssh "kubectl delete namespace '${namespace}'"
}
}
}