Skip to content
Snippets Groups Projects
Commit 4cb1b87d authored by Powers, Peter M.'s avatar Powers, Peter M.
Browse files

Merge branch 'issue-2' into 'master'

update to devops

Closes #2

See merge request !8
parents dbde289c a88b2146
No related branches found
No related tags found
1 merge request!8update to devops
Pipeline #55341 passed
...@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment