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

Update rabbitmq deploy to only selectively run

parent a36cf7ef
No related branches found
No related tags found
No related merge requests found
......@@ -138,7 +138,14 @@ deploy_prod_rabbit:
rules:
- if: '$kubekorner_k3s_config == ""'
when: never
- when: on_success
# no need to build if another project triggered us
- if: $CI_PIPELINE_SOURCE == "pipeline"
when: never
- changes:
- production/values-geosphere-rabbit.yaml
when: always
- if: $DEPLOY_RABBIT
when: always
deploy_g16_grb:
......
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