Commit 343a9824 authored by mercury233's avatar mercury233

disable travis deploy

parent ca53e2d0
...@@ -70,15 +70,15 @@ before_deploy: ...@@ -70,15 +70,15 @@ before_deploy:
- git config --local user.email "me@mercury233.me" - git config --local user.email "me@mercury233.me"
- bash -c "git tag -d latest ; exit 0" - bash -c "git tag -d latest ; exit 0"
- git tag latest HEAD - git tag latest HEAD
deploy: #deploy:
provider: releases # provider: releases
on: # on:
branch: test # branch: test
file: # file:
- ygopro-ver.233-$TRAVIS_OS_NAME.tar.gz # - ygopro-ver.233-$TRAVIS_OS_NAME.tar.gz
skip_cleanup: true # skip_cleanup: true
overwrite: true # overwrite: true
api-key: $ak # api-key: $ak
branches: branches:
only: only:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment