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

login

parent f65365df
No related branches found
No related tags found
1 merge request!447No NGRX: spectra
......@@ -95,7 +95,6 @@ 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
......@@ -147,6 +146,7 @@ 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