You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by ke...@apache.org on 2020/06/29 15:29:52 UTC

[skywalking] branch test/python-v0.1.0 created (now 10881d7)

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

kezhenxu94 pushed a change to branch test/python-v0.1.0
in repository https://gitbox.apache.org/repos/asf/skywalking.git.


      at 10881d7  Update Python commit hash to v0.1.0 for

This branch includes the following new commits:

     new 10881d7  Update Python commit hash to v0.1.0 for

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[skywalking] 01/01: Update Python commit hash to v0.1.0 for

Posted by ke...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

kezhenxu94 pushed a commit to branch test/python-v0.1.0
in repository https://gitbox.apache.org/repos/asf/skywalking.git

commit 10881d7875d526700f32b3725595b5a2bb662567
Author: kezhenxu94 <ke...@163.com>
AuthorDate: Mon Jun 29 23:28:04 2020 +0800

    Update Python commit hash to v0.1.0 for
---
 test/e2e/e2e-test/docker/python/Dockerfile.python | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/e2e/e2e-test/docker/python/Dockerfile.python b/test/e2e/e2e-test/docker/python/Dockerfile.python
index 6a0e4f9..826e256 100644
--- a/test/e2e/e2e-test/docker/python/Dockerfile.python
+++ b/test/e2e/e2e-test/docker/python/Dockerfile.python
@@ -15,7 +15,7 @@
 
 FROM python:3.7
 
-ENV COMMIT_HASH=1bfced8e967fb4a74f9ac2eabe3a9d01efab3d94
+ENV COMMIT_HASH=13edd9ddd0eaefffcabd851e2f3b65a2ffb20e73
 
 WORKDIR /app