You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwhisk.apache.org by ma...@apache.org on 2017/08/16 09:23:44 UTC

[incubator-openwhisk-performance] 04/22: Clone shallowly and hook up deployment

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

markusthoemmes pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-openwhisk-performance.git

commit 15f9cf56c3564928d011ad561e9a1655ada0b587
Author: Markus Thoemmes <ma...@de.ibm.com>
AuthorDate: Mon Apr 24 08:13:39 2017 +0200

    Clone shallowly and hook up deployment
---
 .travis.yml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index f50ee9c..a847366 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -7,7 +7,8 @@ env:
   - TERM=dumb
 
 install:
-  - git clone https://github.com/openwhisk/openwhisk.git
+  - git clone --depth 1 https://github.com/openwhisk/openwhisk.git
+  - ./deploy.sh
 
 script:
   - true
\ No newline at end of file

-- 
To stop receiving notification emails like this one, please contact
"commits@openwhisk.apache.org" <co...@openwhisk.apache.org>.