Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
disagg-d3
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
disagg-d3
Merge requests
!8
update to devops
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
update to devops
ghsc/users/bclayton/nshmp/disagg-d3:issue-2
into
master
Overview
0
Commits
1
Pipelines
1
Changes
1
Merged
Clayton, Brandon Scott
requested to merge
ghsc/users/bclayton/nshmp/disagg-d3:issue-2
into
master
4 years ago
Overview
0
Commits
1
Pipelines
1
Changes
1
Expand
Resolves
#2 (closed)
0
0
Merge request reports
Viewing commit
a88b2146
Show latest version
1 file
+
2
−
2
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
a88b2146
update to devops
· a88b2146
Clayton, Brandon Scott
authored
4 years ago
.gitlab-ci.yml
+
2
−
2
Options
@@ -16,7 +16,7 @@ stages:
@@ -16,7 +16,7 @@ stages:
# Template: Run Node
# Template: Run Node
####
####
.node
:
.node
:
image
:
node:12
image
:
${DEVOPS_REGISTRY}usgs/
node:12
extends
:
.dev-tags
extends
:
.dev-tags
only
:
only
:
-
branches
-
branches
@@ -49,7 +49,7 @@ Lint:
@@ -49,7 +49,7 @@ Lint:
Publish npm
:
Publish npm
:
stage
:
publish
stage
:
publish
image
:
node:12
image
:
${DEVOPS_REGISTRY}usgs/
node:12
extends
:
.dev-tags
extends
:
.dev-tags
only
:
only
:
-
tags@ghsc/nshmp/disagg-d3
-
tags@ghsc/nshmp/disagg-d3
Loading