From 0a766bfb657dd6d57663e3725c1797ff3cdff9aa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roman=20Van=C3=AD=C4=8Dek?= Date: Thu, 9 Mar 2023 11:17:32 +0100 Subject: [PATCH] Revert "Directory node_modules permission." This reverts commit b7cc411c3b595342f790cd937f04ac3ccac92b6b. Permission fix step. --- .drone.yml | 5 +++++ node_modules/README.txt | 1 - 2 files changed, 5 insertions(+), 1 deletion(-) delete mode 100644 node_modules/README.txt diff --git a/.drone.yml b/.drone.yml index aaea8094de..8fe6e75c34 100644 --- a/.drone.yml +++ b/.drone.yml @@ -2,6 +2,11 @@ kind: pipeline name: default steps: + - name: permissions + image: alpine/git + commands: + - chmod -R 777 . + - name: build image: cimg/android:2022.09.2-node environment: diff --git a/node_modules/README.txt b/node_modules/README.txt deleted file mode 100644 index 6577cbe835..0000000000 --- a/node_modules/README.txt +++ /dev/null @@ -1 +0,0 @@ -For build \ No newline at end of file