Skip to content
Snippets Groups Projects
Verified Commit 09fe0013 authored by David Hoese's avatar David Hoese
Browse files

Maybe clean up some CI config

parent a4a125d5
No related branches found
No related tags found
No related merge requests found
stages:
- get chart
- build prereqs
- push rabbit
- deploy rabbit
- deploy storage
- deploy GRB
- deploy G2G
......@@ -92,9 +92,9 @@ get_chart_grb:
SUBCOMP_CHART_DIR: "cspp-geo-grb"
push_prod_rabbit:
deploy_prod_rabbit:
extends: .helm_based_job
stage: push rabbit
stage: deploy rabbit
script:
- if [ -n "$CI_COMMIT_TAG" ]; then
ns="geosphere";
......@@ -106,7 +106,7 @@ push_prod_rabbit:
- kubeconfig=$(basename $kubekorner_k3s_config)
# install third-party rabbitmq server
- helm repo add bitnami https://charts.bitnami.com/bitnami
- helm install --namespace $ns geosphere-rabbit bitnami/rabbitmq
- helm upgrade -v 2 --install --kubeconfig $kubeconfig --namespace $ns geosphere-rabbit bitnami/rabbitmq
rules:
- if: '$kubekorner_k3s_config == ""'
when: never
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment