mirror of
https://github.com/ceph/ceph-csi.git
synced 2025-01-18 02:39:30 +00:00
ci: fix helm job failure
Due to the quotes, the job is accepting both --deploy-sc and --deploy-secret as as single parameter. Removing quotes to help it consider them as diferent. Signed-off-by: Yug <yuggupta27@gmail.com>
This commit is contained in:
parent
b8c039528d
commit
b4fcd2b585
@ -176,7 +176,7 @@ node('cico-workspace') {
|
||||
}
|
||||
ssh 'cd /opt/build/go/src/github.com/ceph/ceph-csi && ./scripts/install-helm.sh up'
|
||||
ssh "kubectl create namespace '${namespace}'"
|
||||
ssh "cd /opt/build/go/src/github.com/ceph/ceph-csi && ./scripts/install-helm.sh install-cephcsi --namespace '${namespace}' '${deploy_param}'"
|
||||
ssh "cd /opt/build/go/src/github.com/ceph/ceph-csi && ./scripts/install-helm.sh install-cephcsi --namespace '${namespace}' ${deploy_param}"
|
||||
}
|
||||
}
|
||||
stage('run e2e') {
|
||||
|
Loading…
Reference in New Issue
Block a user