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/08/06 15:00:26 UTC

[skywalking] 01/01: Update commit hash in Python E2E test to v0.2.0

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

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

commit 945da05862b62b3feb2018c5e3366cd421e92ddd
Author: kezhenxu94 <ke...@apache.org>
AuthorDate: Thu Aug 6 23:00:06 2020 +0800

    Update commit hash in Python E2E test to v0.2.0
---
 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 826e256..cdd675c 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=13edd9ddd0eaefffcabd851e2f3b65a2ffb20e73
+ENV COMMIT_HASH=2056144925a574d04c4a90914a82b8efce2375be
 
 WORKDIR /app