Skip to content

Commit

Permalink
disabled releases until suitable token is installed
Browse files Browse the repository at this point in the history
  • Loading branch information
Erwin Tratar committed Nov 10, 2018
1 parent 2d34e01 commit 53c06c3
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,14 @@ deploy:
target_branch: gh-pages
on:
all_branches: true
- provider: releases
api_key:
secure: $GITHUB_TOKEN
file_glob: true
file: com.basistech.m2e.code.quality.site/target/com.basistech.m2e.code.quality.site-*.zip
skip_cleanup: true
on:
tags: true
# - provider: releases
# api_key:
# secure: $GITHUB_TOKEN
# file_glob: true
# file: com.basistech.m2e.code.quality.site/target/com.basistech.m2e.code.quality.site-*.zip
# skip_cleanup: true
# on:
# tags: true

after_deploy:
- if [ -n "$TRAVIS_TAG" ]; then ./tools/increment_version.sh $TRAVIS_TAG; fi

0 comments on commit 53c06c3

Please sign in to comment.