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

Merge branch 'issue-1' into 'master'

update to devops

Closes #1

See merge request !17
parents c4619103 5c345589
No related branches found
No related tags found
1 merge request!17update to devops
Pipeline #32422 passed
......@@ -16,7 +16,7 @@ stages:
# Template: Run Node
####
.node:
image: node:12
image: ${DEVOPS_REGISTRY}usgs/node:12
extends: .dev-tags
only:
- merge_request
......@@ -71,7 +71,7 @@ Lint:
####
Publish npm:
stage: publish
image: node:12
image: ${DEVOPS_REGISTRY}usgs/node:12
extends: .dev-tags
only:
- tags@ghsc/nshmp/nshmp-template
......
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