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

test

parent e2c64ff4
No related branches found
No related tags found
1 merge request!447No NGRX: spectra
......@@ -74,10 +74,10 @@ default:
# Docker in Docker
##
.dind:
image: ${CI_REGISTRY}/devops/images/usgs/docker:latest
image: docker:latest
services:
- alias: docker
name: ${CI_REGISTRY}/devops/images/usgs/docker:latest-dind
name: docker:dind
variables:
DOCKER_DRIVER: overlay2
......@@ -95,6 +95,7 @@ default:
- *staging-env
- *production-env
script:
- docker login ${CI_REGISTRY} -u ${CI_REGISTRY_USER} -p ${CI_REGISTRY_PASSWORD}
- BUILD_ARGS='';
- |
for arg in ${DOCKER_BUILD_ARGS}; do
......@@ -146,7 +147,6 @@ Init:
paths:
- node_modules
script:
- docker login ${CI_REGISTRY} -u ${CI_REGISTRY_USER} -p ${CI_REGISTRY_PASSWORD}
- npm ci
stage: init
......
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