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