Skip to content

Commit

Permalink
Drop all non-working permissions-related stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
andrey-skl committed Jun 17, 2022
1 parent 44a55a7 commit 1052f67
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .teamcity/settings.kts
Original file line number Diff line number Diff line change
Expand Up @@ -1245,10 +1245,7 @@ object UnitTestsAndBuild : BuildType({
apt update
apt install g++ gcc make python -y
ls -la
umask 0000
chmod ugo+rwx . && mkdir -p -m ugo+rwx node_modules/.cache
ls -la
mkdir -p -m ugo+rwx node_modules/.cache
npm install
npm run typecheck-ci
Expand Down

0 comments on commit 1052f67

Please sign in to comment.