Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
N
nshmp-ws-static
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ghsc
National Seismic Hazard Model Project
nshmp-ws-static
Merge requests
!35
Something went wrong on our end
Location update
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Location update
ghsc/users/bclayton/nshmp/nshmp-ws-static:issue-7
into
master
Overview
0
Commits
11
Pipelines
0
Changes
1
Merged
Clayton, Brandon Scott
requested to merge
ghsc/users/bclayton/nshmp/nshmp-ws-static:issue-7
into
master
4 years ago
Overview
0
Commits
11
Pipelines
0
Changes
1
Expand
Resolves
#7 (closed)
Update to match nshmp-lib location updates
Update Spotbugs to match nshmp-lib Spotbugs updates
0
0
Merge request reports
Viewing commit
76f76a0a
Prev
Next
Show latest version
1 file
+
3
−
7
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
76f76a0a
update pipeline
· 76f76a0a
Clayton, Brandon Scott
authored
4 years ago
.gitlab-ci.yml
+
3
−
7
Options
@@ -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