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

Merge branch 'fix' into 'master'

fix docker compose

See merge request ghsc/nshmp/nshmp-netcdf!55
parents 153e4689 015b308a
No related branches found
No related tags found
1 merge request!55fix docker compose
Pipeline #37146 passed
......@@ -19,8 +19,8 @@ services:
# Deploy nshmp-netcdf with CONUS 2018A static data
conus-2018a:
<<: *app
image: ${REGISTRY}/${CI_PROJECT_NAME}:${CI_COMMIT_REF_SLUG}
image: '${REGISTRY}/${CI_PROJECT_NAME}:${CI_COMMIT_REF_SLUG}'
environment:
NSHM: CONUS_2018A
CONTEXT_PATH: /nshmp/ws/conus-2018/static
INSTALL_DATABASE: true
NSHM: 'CONUS_2018A'
CONTEXT_PATH: '/nshmp/ws/conus-2018/static'
INSTALL_DATABASE: 'true'
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