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
6c0e3ee5
Commit
6c0e3ee5
authored
1 year ago
by
Clayton, Brandon Scott
Browse files
Options
Downloads
Patches
Plain Diff
use defualt image
parent
72c4e10a
No related branches found
No related tags found
2 merge requests
!743
Production Release | nshmp-haz
,
!741
Docker Images
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+2
-19
2 additions, 19 deletions
.gitlab-ci.yml
with
2 additions
and
19 deletions
.gitlab-ci.yml
+
2
−
19
View file @
6c0e3ee5
...
...
@@ -4,6 +4,8 @@ variables:
NSHMP_HAZ_WS_IMAGE
:
${CODE_REGISTRY_IMAGE}/nshmp-haz-ws:${ENVIRONMENT}-${CI_COMMIT_SHORT_SHA}
REPORTS_DIR
:
build/reports
image
:
${CI_REGISTRY}/devops/images/usgs/java:11
# Do not run for merge requests
workflow
:
rules
:
...
...
@@ -150,15 +152,6 @@ default:
REGISTRY_IMAGE
:
${CI_REGISTRY_IMAGE}
TAG
:
build
####
# Java Templates
####
##
# General Java setup
##
.java
:
image
:
${CI_REGISTRY}/devops/images/usgs/java:11
####
# Stage: build
...
...
@@ -214,8 +207,6 @@ Container Registry:
UPSTREAM_PATH
:
ghsc/nshmp/nshmp-haz
Build Project
:
extends
:
-
.java
script
:
-
./gradlew assemble
stage
:
build
...
...
@@ -226,8 +217,6 @@ Build Project:
Markdown Lint
:
allow_failure
:
true
extends
:
-
.java
needs
:
[]
script
:
-
./gradlew nodeInstall
...
...
@@ -241,8 +230,6 @@ NSHM Tests:
reports
:
junit
:
${JUNIT_FILES}
coverage
:
'
/Total.*?([0-9]{1,3})%/'
extends
:
-
.java
needs
:
[]
parallel
:
matrix
:
...
...
@@ -258,8 +245,6 @@ NSHM Tests:
YAML Lint
:
allow_failure
:
true
extends
:
-
.java
needs
:
[]
script
:
-
./gradlew nodeInstall
...
...
@@ -273,8 +258,6 @@ Unit Tests:
reports
:
junit
:
${JUNIT_FILES}
coverage
:
'
/Total.*?([0-9]{1,3})%/'
extends
:
-
.java
needs
:
[]
script
:
-
./gradlew check
...
...
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