Skip to content

Commit

Permalink
only sync to dist on tag
Browse files Browse the repository at this point in the history
  • Loading branch information
Rick Broker authored Feb 4, 2020
1 parent 7bf8fb8 commit 973f8a5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,12 @@ deploy:
file: build/libs/*
skip_cleanup: true
on:
all_branches: true
tags: true
repo: xebialabs-community/xlr-bitbucket-plugin
- provider: script
skip_cleanup: true
script: rsync --update -raz -i $TRAVIS_BUILD_DIR/build/libs/*.jar $DIST_USER@$DIST_HOST:$DIST_PATH/${TRAVIS_REPO_SLUG#*/}/
on:
all_branches: true
tags: true
repo: xebialabs-community/xlr-bitbucket-plugin
notifications:
Expand Down

0 comments on commit 973f8a5

Please sign in to comment.