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 21:42:39 +0300
committerMatthias Held <ilovemilk@wusa.io>2020-12-01 21:42:39 +0300
commit1d98943ce263bcae7991724b7c737c1f3a7db832 (patch)
tree3b642f53a2a556889a59c22d4b7ef97a62fb61d3
parentc3fa962016371d88500aba111e4098fe9b4e0e88 (diff)
fix path
-rw-r--r--.travis.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 5be36de..e7d73ab 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -90,7 +90,8 @@ jobs:
- sudo apt install gh
- cd apps/$APP_NAME/
- krankerl package
- - ./occ integrity:sign-app --privateKey="$HOME/.nextcloud/certificates/ransomware_detection.key" --certificate="$HOME/.nextcloud/certificates/ransomware_detection.crt" --path="$(pwd)/build/artifacts/ransomware_detection"
+ - cd ../..
+ - ./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"
- gh auth login --with-token <<< $GITHUB_TOKEN
#- gh release create $TRAVIS_TAG build/artifacts/ransomware_detection.tar.gz -t $TRAVIS_TAG
- krankerl login --appstore $NEXTCLOUD_APPS_TOKEN