Skip to content
Snippets Groups Projects
Commit c85b0bfd authored by Ulf Seltmann's avatar Ulf Seltmann
Browse files

fixed typo in staging deploy

parent 62274fc9
No related merge requests found
Pipeline #560 passed with stages
in 3 minutes and 21 seconds
...@@ -239,7 +239,7 @@ deploy_staging: ...@@ -239,7 +239,7 @@ deploy_staging:
test "${KUBE_CONFIG}" == "" && echo "kubeconfig does not exists, aborting!" && false test "${KUBE_CONFIG}" == "" && echo "kubeconfig does not exists, aborting!" && false
mkdir ~/.kube && echo "${KUBE_CONFIG}" > ~/.kube/config mkdir ~/.kube && echo "${KUBE_CONFIG}" > ~/.kube/config
test "$(helm ls --deleted --failed --short | grep staging" != "" && helm delete --purge staging test "$(helm ls --deleted --failed --short | grep staging)" != "" && helm delete --purge staging
git clone https://git.sc.uni-leipzig.de/ubl/bdd_dev/webmasterei/helm-charts.git/ git clone https://git.sc.uni-leipzig.de/ubl/bdd_dev/webmasterei/helm-charts.git/
cd helm-charts cd helm-charts
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment