mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-10 00:10:20 +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:
parent
64c3af777b
commit
1b661cb2c6
@ -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}'"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user