github url
This commit is contained in:
parent
20cf276a4a
commit
21c298ace5
1
.github/workflows/frontend-build-prod.yml
vendored
1
.github/workflows/frontend-build-prod.yml
vendored
@ -35,6 +35,7 @@ jobs:
|
||||
|
||||
- name: Run NPM install
|
||||
run: |
|
||||
git config --global url.https://github.com/.insteadOf git://github.com/
|
||||
echo 'https://devops.pravilanovait.hr/nexus/repository/npm-proxy/
|
||||
//devops.pravilanovait.hr/nexus/repository/npm-proxy/:_auth='"$NPM_NEXUS_AUTH" > ~/.npmrc
|
||||
npm config set registry https://devops.pravilanovait.hr/nexus/repository/npm-proxy/
|
||||
|
1
.github/workflows/frontend-build-test.yml
vendored
1
.github/workflows/frontend-build-test.yml
vendored
@ -48,6 +48,7 @@ jobs:
|
||||
|
||||
- name: Run NPM install
|
||||
run: |
|
||||
git config --global url.https://github.com/.insteadOf git://github.com/
|
||||
echo 'https://devops.pravilanovait.hr/nexus/repository/npm-proxy/
|
||||
//devops.pravilanovait.hr/nexus/repository/npm-proxy/:_auth='"$NPM_NEXUS_AUTH" > ~/.npmrc
|
||||
npm config set registry https://devops.pravilanovait.hr/nexus/repository/npm-proxy/
|
||||
|
Loading…
x
Reference in New Issue
Block a user