Skip to content

Commit

Permalink
Fix travis to use TRAVIS_TAG to ignore beta tags
Browse files Browse the repository at this point in the history
  • Loading branch information
tamorim committed May 19, 2016
1 parent eb1b9bb commit fc754ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ deploy:
repo: vtex/toolbelt
tags: true
branch: master
condition: "$TRAVIS_BRANCH = master"
condition: "! $TRAVIS_TAG =~ .*beta.*"
api_key:
secure: "FVMaOeQl4UXtGmFhJQsq+u4NXj+7VLBipGpwySUCBX6gzwaT2CiEhTeHoY744zKs7P9yxl7sAHSdAiJdjlyUtrN1MFyEo2iwE+zrJa7zpiY0qofPXjIgKCk4wLMT5fVGbzXzgs1lMrgF4pINBG4Odnmv8DuYQfEmfFZ+ehExbso="

0 comments on commit fc754ab

Please sign in to comment.