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

update data path

parent f360bc97
No related branches found
No related tags found
1 merge request!15Update NetcdfCoordinates location and deployment
...@@ -189,7 +189,6 @@ Build Image: ...@@ -189,7 +189,6 @@ Build Image:
- *nshmp-lib - *nshmp-lib
- mv ../${NSHMP_LIB} . - mv ../${NSHMP_LIB} .
script: script:
- aws s3 cp s3://nshmp-hazard-curves/conus-2018-example.nc DATA/conus-2018-example.nc
- docker build -t local/${IMAGE_NAME} . - docker build -t local/${IMAGE_NAME} .
#### ####
...@@ -220,7 +219,7 @@ Build/Publish Data Images: ...@@ -220,7 +219,7 @@ Build/Publish Data Images:
s3://nshmp-hazard-curves/${data}.nc \ s3://nshmp-hazard-curves/${data}.nc \
DATA/${data}.nc; DATA/${data}.nc;
docker build \ docker build \
--build-arg netcdf_file="${data}.nc" \ --build-arg netcdf_file="DATA/${data}.nc" \
-t ${INTERNAL_IMAGE_NAME} .; -t ${INTERNAL_IMAGE_NAME} .;
rm DATA/${data}.nc rm DATA/${data}.nc
docker push ${INTERNAL_IMAGE_NAME}; docker push ${INTERNAL_IMAGE_NAME};
......
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