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
Commits
f401e923
Commit
f401e923
authored
2 years ago
by
Clayton, Brandon Scott
Browse files
Options
Downloads
Patches
Plain Diff
copy file into container
parent
18a09b11
No related branches found
No related tags found
2 merge requests
!681
Production Release | nshmp-haz
,
!680
NSHM Unit Tests
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
build.gradle
+0
-1
0 additions, 1 deletion
build.gradle
gradle/nshm.gradle
+0
-7
0 additions, 7 deletions
gradle/nshm.gradle
ws.Dockerfile
+1
-0
1 addition, 0 deletions
ws.Dockerfile
with
1 addition
and
8 deletions
build.gradle
+
0
−
1
View file @
f401e923
...
...
@@ -56,7 +56,6 @@ tasks.withType(Test) {
}
tasks
.
withType
(
JavaCompile
)
{
dependsOn
copyNshmFile
options
.
encoding
=
"UTF-8"
options
.
compilerArgs
.
add
(
"-parameters"
)
}
...
...
This diff is collapsed.
Click to expand it.
gradle/nshm.gradle
+
0
−
7
View file @
f401e923
...
...
@@ -53,13 +53,6 @@ task nshms() {
}
}
task
copyNshmFile
()
{
copy
{
from
"nshms.yml"
into
"${buildDir}/resources/main"
}
}
// Test Alaska 2023 NSHM
task
testAlaska2023
(
type:
Test
)
{
description
=
"Test Alaska 2023 NSHM"
...
...
This diff is collapsed.
Click to expand it.
ws.Dockerfile
+
1
−
0
View file @
f401e923
...
...
@@ -51,6 +51,7 @@ ENV MODELS_DIRECTORY="/model"
WORKDIR
/app
COPY
--from=builder /app/build/libs/nshmp-haz.jar .
COPY
--from=builder /app/nshms.yml .
VOLUME
[ "${MODELS_DIRECTORY}" ]
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment