Skip to content

Commit

Permalink
sonarcloud integration
Browse files Browse the repository at this point in the history
  • Loading branch information
Olorunfemi Kawonise authored and Olorunfemi Kawonise committed Jul 4, 2023
1 parent acb405d commit 35c4e3f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/nexus.sh
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
npm config list
# npm config set registry http:https://44.212.24.102:8081/repository/fintech-app-release/

registry_url="http:https://44.212.24.102:8081/repository/fintech-app-release/"
# registry_url="http:https://44.212.24.102:8081/repository/fintech-app-release/"

# Provide your Nexus registry username and password
username=admin
password=admin123

# Run npm login command using expect
expect <<EOF
spawn npm login --registry="$registry_url"
spawn npm login --registry
expect "Username: "
send "$username\r"
expect "Password: "
Expand Down

0 comments on commit 35c4e3f

Please sign in to comment.