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 2021/08/13 04:29:55 UTC

[skywalking-infra-e2e] branch fix/typo created (now a6c2c2c)

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

kezhenxu94 pushed a change to branch fix/typo
in repository https://gitbox.apache.org/repos/asf/skywalking-infra-e2e.git.


      at a6c2c2c  Fix wrong path of Docker entrypoint

This branch includes the following new commits:

     new a6c2c2c  Fix wrong path of Docker entrypoint

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-infra-e2e] 01/01: Fix wrong path of Docker entrypoint

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

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

commit a6c2c2c9a7428f29dba6664edab4a33fa3128a9e
Author: kezhenxu94 <ke...@apache.org>
AuthorDate: Fri Aug 13 12:29:37 2021 +0800

    Fix wrong path of Docker entrypoint
---
 Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Dockerfile b/Dockerfile
index 1a4bba9..03f2af5 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -56,4 +56,4 @@ COPY --from=docker /usr/local/bin/docker /usr/local/bin/docker
 
 WORKDIR /github/workspace/
 
-ENTRYPOINT ["/bin/e2e"]
+ENTRYPOINT ["e2e"]