File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change 66
66
export DEPLOY_NPM_USERNAME=$REPO_VATICLE_USERNAME
67
67
export DEPLOY_NPM_PASSWORD=$REPO_VATICLE_PASSWORD
68
68
export DEPLOY_NPM_EMAIL=$REPO_VATICLE_EMAIL
69
- # Point NPM cache to a temporary directory that is writeable under Bazel sandboxing
70
- sudo npm config -g set cache /tmp/npm-cache/
71
69
bazel run --define version=$(git rev-parse HEAD) //grpc/nodejs:deploy-npm -- snapshot
72
70
dependencies : [build, build-dependency]
73
71
deploy-pip-snapshot :
@@ -117,8 +115,6 @@ release:
117
115
export DEPLOY_NPM_USERNAME=$REPO_NPM_USERNAME
118
116
export DEPLOY_NPM_PASSWORD=$REPO_NPM_PASSWORD
119
117
export DEPLOY_NPM_EMAIL=$REPO_VATICLE_EMAIL
120
- # Point NPM cache to a temporary directory that is writeable under Bazel sandboxing
121
- sudo npm config -g set cache /tmp/npm-cache/
122
118
bazel run --define version=$(cat VERSION) //grpc/nodejs:deploy-npm -- release
123
119
dependencies : [deploy-github]
124
120
deploy-pip-release :
You can’t perform that action at this time.
0 commit comments