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:29:56 +0300
committerMatthias Held <ilovemilk@wusa.io>2020-12-01 22:29:56 +0300
commit5a9f0a217ac155bbbc512f128f1eab6fc44542bf (patch)
treedfed4aad1b442b21bfb4d50800e19b3aa8731996
parenta27cde5ea97aa4359cdc38debcc6f954e184074d (diff)
fix if condition
-rw-r--r--.travis.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index d9e8db9..ad821d4 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -96,9 +96,9 @@ jobs:
- gh release create $TRAVIS_TAG build/artifacts/ransomware_detection.tar.gz -t $TRAVIS_TAG
- krankerl login --appstore $NEXTCLOUD_APPS_TOKEN
#- krankerl publish https://github.com/undo-ransomware/ransomware_detection/releases/download/$TRAVIS_TAG/ransomware_detection.tar.gz
- if: tag IS present
stages:
# - test
# - report
- - release
+ - name: release
+ if: tag IS present