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-09-25 15:01:21 +0300
committerMatthias <ilovemilk@wusa.io>2020-09-25 15:01:21 +0300
commite50fea6009a9543be69a8f57ec123b0b3748f10c (patch)
treeca38db4ea9daa4d76aa5c707b1eeed37720ebb20
parent43644f51a58db12ac8e76f31e3b062e9b50373a4 (diff)
user environment variable for krankerl version
-rw-r--r--.travis.yml5
1 files changed, 3 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 5b3262f..d8d0b2b 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -4,6 +4,7 @@ env:
global:
- CORE_BRANCH=stable19
- APP_NAME=ransomware_detection
+ - KRANKERL_VERSION=0.12.3
services:
- mysql
@@ -16,8 +17,8 @@ branches:
- /^feature.*$/
before_install:
- - wget https://github.com/ChristophWurst/krankerl/releases/download/v0.12.3/krankerl_0.12.3_amd64.deb
- - sudo dpkg -i krankerl_0.12.3_amd64.deb
+ - wget https://github.com/ChristophWurst/krankerl/releases/download/v$KRANKERL_VERSION/krankerl_$KRANKERL_VERSION_amd64.deb
+ - sudo dpkg -i krankerl_$KRANKERL_VERSION_amd64.deb
- krankerl --version
- wget https://raw.githubusercontent.com/nextcloud/travis_ci/master/before_install.sh
- . ./before_install.sh $APP_NAME $CORE_BRANCH $DB