Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/undo-ransomware/ransomware_detection.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Held <ilovemilk@wusa.io>2020-12-01 22:10:37 +0300
committerMatthias Held <ilovemilk@wusa.io>2020-12-01 22:10:37 +0300
commite8a8094c1e76c87310e3a1c2047694b11d3e3cb5 (patch)
tree1cfcec743570b20cff67cd9ca071e61d53667d7b
parent9063e46794baf52ea7db13be6dce3392c184cb33 (diff)
add chmod
-rw-r--r--.travis.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index bc97253..0e719a0 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -90,6 +90,7 @@ jobs:
- sudo apt install gh
- cd apps/$APP_NAME/
- krankerl package
+ - chmod -R 777 build
- cd ../..
- ls -la
- ./occ integrity:sign-app --privateKey="$HOME/.nextcloud/certificates/ransomware_detection.key" --certificate="$HOME/.nextcloud/certificates/ransomware_detection.crt" --path="$(pwd)/apps/$APP_NAME/build/artifacts/ransomware_detection"