From 72dc5ee5234984b5ac121d4a918f144fe50985cb Mon Sep 17 00:00:00 2001 From: Daniel Goldstein Date: Thu, 11 Mar 2021 15:45:44 -0500 Subject: [PATCH] [nginx] ensure nginx configs dont overwrite each other in build.yaml (#10181) --- build.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/build.yaml b/build.yaml index 7dbf3003337..f60e9948855 100644 --- a/build.yaml +++ b/build.yaml @@ -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 @@ -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 @@ -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 @@ -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