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

update pipeline

parent 9125a578
No related branches found
No related tags found
1 merge request!34update to http for nshmp-lib dependency
...@@ -179,7 +179,7 @@ Build Image: ...@@ -179,7 +179,7 @@ Build Image:
- | - |
docker build \ docker build \
--build-arg git_username="${GIT_NSHMP_USERNAME}" \ --build-arg git_username="${GIT_NSHMP_USERNAME}" \
--build-arg get_password="${GIT_NSHMP_PASSWORD}" \ --build-arg git_password="${GIT_NSHMP_PASSWORD}" \
-t local/${IMAGE_NAME} . -t local/${IMAGE_NAME} .
#### ####
...@@ -210,7 +210,7 @@ Build/Publish Data Images: ...@@ -210,7 +210,7 @@ Build/Publish Data Images:
docker build \ docker build \
--build-arg netcdf_file="DATA/${data}.nc" \ --build-arg netcdf_file="DATA/${data}.nc" \
--build-arg git_username="${GIT_NSHMP_USERNAME}" \ --build-arg git_username="${GIT_NSHMP_USERNAME}" \
--build-arg get_password="${GIT_NSHMP_PASSWORD}" \ --build-arg git_password="${GIT_NSHMP_PASSWORD}" \
-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