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:17:22 +0300
committerMatthias Held <ilovemilk@wusa.io>2020-12-01 22:17:22 +0300
commitd04db2d21ac27252508220e2844c1a83ace4a830 (patch)
tree9d096fa0cfb785f1592f5014a09e65ddc8ef523b
parente537df795c37cd3e27070bb36accfd4cb09b0a2e (diff)
fix path
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 9542558..a3868f8 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -89,7 +89,7 @@ jobs:
- sudo apt update
- sudo apt install gh
- 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"
+ - ./occ integrity:sign-app --privateKey="$HOME/.nextcloud/certificates/ransomware_detection.key" --certificate="$HOME/.nextcloud/certificates/ransomware_detection.crt" --path="$(pwd)/apps/$APP_NAME"
- cd apps/$APP_NAME/
- krankerl package
- gh auth login --with-token <<< $GITHUB_TOKEN