Skip to content

Commit

Permalink
[nginx] ensure nginx configs dont overwrite each other in build.yaml (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-goldstein authored Mar 11, 2021
1 parent 1ef7018 commit 72dc5ee
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -533,7 +533,7 @@ steps:
python3 ../ci/jinja2_render.py '{"deploy": '${DEPLOY}', "default_ns": {"name": "{{ default_ns.name }}"}}' nginx.conf nginx.conf.out
outputs:
- from: /io/repo/grafana/nginx.conf.out
to: /nginx.conf.out
to: /grafana/nginx.conf.out
dependsOn:
- default_ns
- service_base_image
Expand All @@ -543,7 +543,7 @@ steps:
contextPath: grafana
publishAs: grafana
inputs:
- from: /nginx.conf.out
- from: /grafana/nginx.conf.out
to: /nginx.conf.out
dependsOn:
- hail_ubuntu_image
Expand Down Expand Up @@ -1707,7 +1707,7 @@ steps:
python3 ../ci/jinja2_render.py '{"deploy": '${DEPLOY}', "default_ns": {"name": "{{ default_ns.name }}"}}' nginx.conf nginx.conf.out
outputs:
- from: /io/repo/prometheus/nginx.conf.out
to: /nginx.conf.out
to: /prometheus/nginx.conf.out
dependsOn:
- default_ns
- service_base_image
Expand All @@ -1717,7 +1717,7 @@ steps:
contextPath: prometheus
publishAs: prometheus
inputs:
- from: /nginx.conf.out
- from: /prometheus/nginx.conf.out
to: /nginx.conf.out
dependsOn:
- hail_ubuntu_image
Expand Down

0 comments on commit 72dc5ee

Please sign in to comment.