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:14:35 +0300
committerMatthias Held <ilovemilk@wusa.io>2020-12-01 22:14:35 +0300
commite537df795c37cd3e27070bb36accfd4cb09b0a2e (patch)
tree65d56fe9421641f8db2f255cf1eef383f152b360
parente8a8094c1e76c87310e3a1c2047694b11d3e3cb5 (diff)
change order
-rw-r--r--.travis.yml6
1 files changed, 2 insertions, 4 deletions
diff --git a/.travis.yml b/.travis.yml
index 0e719a0..9542558 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -88,12 +88,10 @@ jobs:
- sudo apt-add-repository https://cli.github.com/packages
- sudo apt update
- 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"
+ - cd apps/$APP_NAME/
+ - krankerl package
- 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