You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@amaterasu.apache.org by ya...@apache.org on 2018/06/22 00:44:09 UTC

[incubator-amaterasu] branch version-0.2.0-incubating-rc4 updated: removed release tag

This is an automated email from the ASF dual-hosted git repository.

yaniv pushed a commit to branch version-0.2.0-incubating-rc4
in repository https://gitbox.apache.org/repos/asf/incubator-amaterasu.git


The following commit(s) were added to refs/heads/version-0.2.0-incubating-rc4 by this push:
     new bcfb782  removed release tag
bcfb782 is described below

commit bcfb7826a1a73f5db83b22674d7c66d80f98a37d
Author: Yaniv Rodenski <ro...@gmail.com>
AuthorDate: Fri Jun 22 10:43:53 2018 +1000

    removed release tag
---
 .travis.yml | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 054215c..8967636 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -33,8 +33,7 @@ deploy:
   file_glob: true
   file: 'build/distributions/apache-amaterasu-*.tar'
   skip_cleanup: true
-  target_commitish: $TRAVIS_COMMIT # <--------both used
-  tag_name: $TRAVIS_TAG # <--------both used
+  target_commitish: $TRAVIS_COMMIT
   on:
     repo: apache/incubator-amaterasu
     all_branches: true