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 <ilovemilk@wusa.io>2020-10-05 22:05:04 +0300
committerMatthias <ilovemilk@wusa.io>2020-10-05 22:05:04 +0300
commit5554e90e9b98d044bce1a8f4e56f04b805ed31fe (patch)
tree2f2d93d733686676e3ef1b016c2b250ac4225a9a
parentfea30df8f1bbb377beaf2d1cff1b748e9636f5a1 (diff)
install github cli
-rw-r--r--.travis.yml12
1 files changed, 4 insertions, 8 deletions
diff --git a/.travis.yml b/.travis.yml
index a9e1401..2a9d57c 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -81,16 +81,12 @@ jobs:
script:
- wget https://github.com/ChristophWurst/krankerl/releases/download/v${KRANKERL_VERSION}/krankerl_${KRANKERL_VERSION}_amd64.deb
- sudo dpkg -i krankerl_${KRANKERL_VERSION}_amd64.deb
+ - sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-key C99B11DEB97541F0
+ - sudo apt-add-repository https://cli.github.com/packages
+ - sudo apt update
+ - sudo apt install gh
- cd apps/$APP_NAME/
- krankerl package
- deploy:
- provider: releases
- api_key: $GITHUB_TOKEN
- file: apps/$APP_NAME/build/artifacts/ransomware_detection.tar.gz
- skip_cleanup: true
- draft: true
- on:
- all_branches: true
stages:
- test