Skip to content
Snippets Groups Projects
Commit bbf4eaf5 authored by Clayton, Brandon Scott's avatar Clayton, Brandon Scott
Browse files

Merge branch 'path' into 'master'

update path

See merge request ghsc/nshmp/nshmp-netcdf!20
parents ed5716bc 3ff01f73
No related branches found
No related tags found
1 merge request!20update path
Pipeline #10316 passed
......@@ -49,7 +49,7 @@ ARG netcdf_file="src/main/resources/default.nc"
# The NSHM to use
ENV NSHM "CONUS_2018"
ENV CONTEXT_PATH "/ws/nshmp/static/conus-2018"
ENV CONTEXT_PATH ""
ARG jar_file
ARG project
......
export SERVICE_MAP=(
"/ws/nshmp/static/conus-2018":"conus-2018a"
"/nshmp-ws/static/conus-2018":"conus-2018a"
);
......@@ -22,4 +22,4 @@ services:
image: ${REGISTRY}/${CI_PROJECT_NAME}:${DATA_CONUS_2018A}
environment:
NSHM: CONUS_2018
CONTEXT_PATH: /ws/nshmp/static/conus-2018
CONTEXT_PATH: /nshmp-ws/static/conus-2018
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