Skip to content
Snippets Groups Projects
Commit 72505327 authored by Clayton, Brandon Scott's avatar Clayton, Brandon Scott
Browse files

update to devops

parent c4619103
No related branches found
No related tags found
1 merge request!17update to devops
Pipeline #32409 failed
...@@ -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:
- merge_request - merge_request
...@@ -71,7 +71,7 @@ Lint: ...@@ -71,7 +71,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/nshmp-template - 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