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

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


The following commit(s) were added to refs/heads/master by this push:
     new df3576d  travis: removed the temporary folder `openresty-1.15.8.2`. 
(#791)
df3576d is described below

commit df3576d1d2ae536d1bfd8be9d4e1d7997c85f9f4
Author: YuanSheng Wang <membp...@gmail.com>
AuthorDate: Sat Nov 2 11:08:18 2019 +0800

    travis: removed the temporary folder `openresty-1.15.8.2`. (#791)
---
 .travis/linux_tengine_runner.sh | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.travis/linux_tengine_runner.sh b/.travis/linux_tengine_runner.sh
index 874c4e3..4cdb12b 100755
--- a/.travis/linux_tengine_runner.sh
+++ b/.travis/linux_tengine_runner.sh
@@ -126,6 +126,7 @@ tengine_install() {
     mkdir -p build-cache${OPENRESTY_PREFIX}
     cp -r ${OPENRESTY_PREFIX}/* build-cache${OPENRESTY_PREFIX}
     ls build-cache${OPENRESTY_PREFIX}
+    rm -rf openresty-1.15.8.2
 }
 
 do_install() {

Reply via email to