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

update pipeline

parent 0e6285ec
No related branches found
No related tags found
1 merge request!35Location update
...@@ -20,18 +20,12 @@ stages: ...@@ -20,18 +20,12 @@ stages:
#### ####
# Templates: # Templates:
# - install-aws: Install aws in a Alpine environment # - install-aws: Install aws in a Alpine environment
# - nshmp-lib: Download nshmp-lib repo
# - static-data: Array of all static data in AWS s3 # - static-data: Array of all static data in AWS s3
#### ####
.templates: .templates:
install-aws: &install-aws |- install-aws: &install-aws |-
apk -v --update add --no-cache python py-pip groff; apk -v --update add --no-cache python py-pip groff;
pip install awscli; pip install awscli;
nshmp-lib: &nshmp-lib |-
cd ..;
rm -rf ${NSHMP_LIB};
git clone ${NSHMP_LIB_GIT};
cd ${CI_PROJECT_NAME};
static-data: &static-data |- static-data: &static-data |-
STATIC_DATA=" STATIC_DATA="
${DATA_CONUS_2018A} ${DATA_CONUS_2018A}
...@@ -174,7 +168,9 @@ Build Image: ...@@ -174,7 +168,9 @@ Build Image:
- master@ghsc/nshmp/nshmp-netcdf - master@ghsc/nshmp/nshmp-netcdf
- tags@ghsc/nshmp/nshmp-netcdf - tags@ghsc/nshmp/nshmp-netcdf
before_script: before_script:
- *install-aws - apk -v --update
- apk -v add --no-cache python py-pip
- pip install awscli
script: script:
- | - |
docker build \ docker build \
......
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