Skip to content
Snippets Groups Projects

Location update

1 file
+ 3
7
Compare changes
  • Side-by-side
  • Inline
+ 3
7
@@ -20,18 +20,12 @@ stages:
####
# Templates:
# - install-aws: Install aws in a Alpine environment
# - nshmp-lib: Download nshmp-lib repo
# - static-data: Array of all static data in AWS s3
####
.templates:
install-aws: &install-aws |-
apk -v --update add --no-cache python py-pip groff;
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="
${DATA_CONUS_2018A}
@@ -174,7 +168,9 @@ Build Image:
- master@ghsc/nshmp/nshmp-netcdf
- tags@ghsc/nshmp/nshmp-netcdf
before_script:
- *install-aws
- apk -v --update
- apk -v add --no-cache python py-pip
- pip install awscli
script:
- |
docker build \
Loading