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

update pipeline

parent cf7766ff
No related branches found
No related tags found
1 merge request!35Location update
...@@ -20,11 +20,12 @@ stages: ...@@ -20,11 +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 python3 py-pip groff;
pip install awscli; pip install awscli;
static-data: &static-data |- static-data: &static-data |-
STATIC_DATA=" STATIC_DATA="
...@@ -168,8 +169,7 @@ Build Image: ...@@ -168,8 +169,7 @@ 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:
- apk add --no-cache python py-pip - *install-aws
- 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