Skip to content

Commit 314bd68

Browse files
committed
Revert "Fix deployment of NPM packages"
This reverts commit 84b45e1.
1 parent 84b45e1 commit 314bd68

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.grabl/automation.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,6 @@ build:
6666
export DEPLOY_NPM_USERNAME=$REPO_VATICLE_USERNAME
6767
export DEPLOY_NPM_PASSWORD=$REPO_VATICLE_PASSWORD
6868
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/
7169
bazel run --define version=$(git rev-parse HEAD) //grpc/nodejs:deploy-npm -- snapshot
7270
dependencies: [build, build-dependency]
7371
deploy-pip-snapshot:
@@ -117,8 +115,6 @@ release:
117115
export DEPLOY_NPM_USERNAME=$REPO_NPM_USERNAME
118116
export DEPLOY_NPM_PASSWORD=$REPO_NPM_PASSWORD
119117
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/
122118
bazel run --define version=$(cat VERSION) //grpc/nodejs:deploy-npm -- release
123119
dependencies: [deploy-github]
124120
deploy-pip-release:

0 commit comments

Comments
 (0)