From 973f8a570eba104224500ad8ffb5439a73e9a5a2 Mon Sep 17 00:00:00 2001 From: Rick Broker Date: Tue, 4 Feb 2020 11:16:43 -0500 Subject: [PATCH] only sync to dist on tag --- .travis.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 55d0e29..69690ef 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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: