mirror of
https://github.com/ceph/ceph-csi.git
synced 2025-06-14 10:53:34 +00:00
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:
@ -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}'"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user