You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by GitBox <gi...@apache.org> on 2018/05/09 05:54:39 UTC

[GitHub] csantanapr closed pull request #29: skip clean up for travis deploy

csantanapr closed pull request #29: skip clean up for travis deploy
URL: https://github.com/apache/incubator-openwhisk-runtime-go/pull/29
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/.travis.yml b/.travis.yml
index 9061cac..72184fc 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -30,17 +30,20 @@ script:
 after_failure: cat .gogradle/reports/test/index.html
 deploy:
 - provider: script
+  skip_cleanup: true
   script: "./tools/travis/publish.sh openwhisk ${TRAVIS_TAG%@*} ${TRAVIS_TAG##*@}"
   on:
     tags: true
     all_branches: true
     repo: apache/incubator-openwhisk-runtime-go
 - provider: script
+  skip_cleanup: true
   script: "./tools/travis/publish.sh openwhisk actionProxyLoop master"
   on:
     branch: master
     repo: apache/incubator-openwhisk-runtime-go
 - provider: script
+  skip_cleanup: true
   script: "./tools/travis/publish.sh openwhisk golang1.10 master"
   on:
     branch: master


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services