Skip to content

Commit

Permalink
Only zip before deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
Hady Osman committed Aug 10, 2014
1 parent 04a16bc commit e6348ea
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,22 +23,22 @@ script:

# Build and Deploy a new plugin ZIP bundle
before_deploy:
- git tag -n

# Get latest tags from remote
- git fetch --tags

# Get the latest tag name
- git describe --tags `git rev-list --tags --max-count=1`

# Set HTTPS remote origin for repository
- git remote set-url origin "https://${GH_TOKEN}@github.com/ArabicXBMC/plugin.video.dailytube4u.com.git"

# ...
- git tag -n
# - git tag -n
#
# # Get latest tags from remote
# - git fetch --tags
#
# # Get the latest tag name
# - git describe --tags `git rev-list --tags --max-count=1`
#
# # Set HTTPS remote origin for repository
# - git remote set-url origin "https://${GH_TOKEN}@github.com/ArabicXBMC/plugin.video.dailytube4u.com.git"
#
# # ...
# - git tag -n
- bash after_success.sh
- npm install
- node tag_version
# - npm install
# - node tag_version

# Deploy build to GitHub Releases
deploy:
Expand Down

0 comments on commit e6348ea

Please sign in to comment.