Skip to content

Commit

Permalink
chore: remove auto deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
tangcent committed Aug 2, 2020
1 parent a99edd3 commit 29cde10
Showing 1 changed file with 23 additions and 23 deletions.
46 changes: 23 additions & 23 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,26 +17,26 @@ cache:
directories:
- $HOME/.gradle/caches/
- $HOME/.gradle/wrapper/

before_deploy:
- git config --local user.name "tangcent"
- git config --local user.email "[email protected]"
- echo jars- `ls plugin`
- ./plugin-script/push_tag.sh
- export TRAVIS_TAG=`cat tag.txt`
- export TRAVIS_TAG_TITLE=`cat title.txt`
- export TRAVIS_TAG_BODY=`cat body.txt`

# https://github.com/travis-ci/dpl#github-releases
deploy:
provider: releases
api_key: $GITHUB_TOKEN
name: ${TRAVIS_TAG_TITLE}
body: ${TRAVIS_TAG_BODY}
file_glob: true
file: plugin/*
overwrite: true
skip_cleanup: true
on:
branch: master
repo: tangcent/easy-api
#
#before_deploy:
# - git config --local user.name "tangcent"
# - git config --local user.email "[email protected]"
# - echo jars- `ls plugin`
# - ./plugin-script/push_tag.sh
# - export TRAVIS_TAG=`cat tag.txt`
# - export TRAVIS_TAG_TITLE=`cat title.txt`
# - export TRAVIS_TAG_BODY=`cat body.txt`
#
## https://github.com/travis-ci/dpl#github-releases
#deploy:
# provider: releases
# api_key: $GITHUB_TOKEN
# name: ${TRAVIS_TAG_TITLE}
# body: ${TRAVIS_TAG_BODY}
# file_glob: true
# file: plugin/*
# overwrite: true
# skip_cleanup: true
# on:
# branch: master
# repo: tangcent/easy-api

0 comments on commit 29cde10

Please sign in to comment.