Skip to content

Commit

Permalink
Removed obsolete unsafe-perm.
Browse files Browse the repository at this point in the history
  • Loading branch information
uhop committed Oct 25, 2023
1 parent d4e4bde commit 2cc5b09
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 6 deletions.
1 change: 0 additions & 1 deletion .github/actions/linux-alpine-node-18/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

set -e

#npm config set unsafe-perm true
export USERNAME=`whoami`
export DEVELOPMENT_SKIP_GETTING_ASSET=true
npm i
Expand Down
1 change: 0 additions & 1 deletion .github/actions/linux-alpine-node-20/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

set -e

#npm config set unsafe-perm true
export USERNAME=`whoami`
export DEVELOPMENT_SKIP_GETTING_ASSET=true
npm i
Expand Down
1 change: 0 additions & 1 deletion .github/actions/linux-alpine-node-21/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

set -e

npm config set unsafe-perm true
export USERNAME=`whoami`
export DEVELOPMENT_SKIP_GETTING_ASSET=true
npm i
Expand Down
1 change: 0 additions & 1 deletion .github/actions/linux-node-18/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

set -e

#npm config set unsafe-perm true
export USERNAME=`whoami`
export DEVELOPMENT_SKIP_GETTING_ASSET=true
npm i
Expand Down
1 change: 0 additions & 1 deletion .github/actions/linux-node-20/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

set -e

#npm config set unsafe-perm true
export USERNAME=`whoami`
export DEVELOPMENT_SKIP_GETTING_ASSET=true
npm i
Expand Down
1 change: 0 additions & 1 deletion .github/actions/linux-node-21/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

set -e

#npm config set unsafe-perm true
export USERNAME=`whoami`
export DEVELOPMENT_SKIP_GETTING_ASSET=true
npm i
Expand Down

0 comments on commit 2cc5b09

Please sign in to comment.