install curl

This commit is contained in:
Armando Diaz
2025-10-16 11:51:22 -05:00
parent 009c3261c8
commit a607a3f15b

View File

@@ -11,6 +11,8 @@ variables:
test: test:
stage: test stage: test
image: registry.global.bsf.tools/esv/bsf/images/library/node:24.0.1-alpine3.21 image: registry.global.bsf.tools/esv/bsf/images/library/node:24.0.1-alpine3.21
before_script:
- apk add curl
script: script:
- cd frontend - cd frontend
- curl -s -u $ARTIFACTORY_USERNAME:$ARTIFACTORY_API_TOKEN -k https://sres.web.boeing.com/artifactory/api/npm/auth > $HOME/.npmrc - curl -s -u $ARTIFACTORY_USERNAME:$ARTIFACTORY_API_TOKEN -k https://sres.web.boeing.com/artifactory/api/npm/auth > $HOME/.npmrc