Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
N
nshmp-haz
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
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-haz
Merge requests
!659
Production Release | nshmp-haz
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Production Release | nshmp-haz
main
into
production
Overview
0
Commits
6
Pipelines
1
Changes
12
Merged
Clayton, Brandon Scott
requested to merge
main
into
production
2 years ago
Overview
0
Commits
6
Pipelines
1
Changes
12
Expand
0
0
Merge request reports
Compare
production
production (base)
and
latest version
latest version
29b0fa8b
6 commits,
2 years ago
12 files
+
370
−
370
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
12
Search (e.g. *.vue) (Ctrl+P)
gradle/nshm.gradle
+
3
−
3
Options
@@ -10,10 +10,10 @@ ext {
@@ -10,10 +10,10 @@ ext {
*/
*/
task
downloadNshms
()
{
task
downloadNshms
()
{
doLast
{
doLast
{
// Download and unzip nshm-conus tag 5.
1.2
// Download and unzip nshm-conus tag 5.
2.0
def
zipFile
=
new
File
(
nshmDir
,
"nshm-conus-5.
1.2
.zip"
)
def
zipFile
=
new
File
(
nshmDir
,
"nshm-conus-5.
2.0
.zip"
)
download
.
run
{
download
.
run
{
src
"${archiveUrl}/5.
1.2
/nshm-conus-5.
1.2
.zip"
src
"${archiveUrl}/5.
2.0
/nshm-conus-5.
2.0
.zip"
dest
zipFile
dest
zipFile
}
}
copy
{
copy
{
Loading