Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
DevSecOps
build-images
node
Commits
d98b9875
Commit
d98b9875
authored
1 year ago
by
Andre Moon
Browse files
Options
Download
Email Patches
Plain Diff
Update npm-registry.sh
parent
0017751a
Pipeline
#3468752
passed with stage
in 4 minutes and 42 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
src/entrypoint.d/npm-registry.sh
src/entrypoint.d/npm-registry.sh
+2
-0
No files found.
src/entrypoint.d/npm-registry.sh
View file @
d98b9875
#!/bin/bash
source
${
NVM_DIR
}
/nvm.sh
# //pkgs.dev.azure.com/${AZURE_ARTIFACTS}/_packaging/${AZURE_ARTIFACTS}/npm/registry/
# Test ENVVARS and set a private npm registry if available
if
[
-n
"
$AWS_ARTIFACTS
"
-a
"
$AWS_ARTIFACTS
"
=
"enabled"
]
;
then
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment