You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by wu...@apache.org on 2021/08/20 13:25:18 UTC

[skywalking-infra-e2e] branch main updated: Fix wrong path of Docker GHA (#38)

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

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


The following commit(s) were added to refs/heads/main by this push:
     new 7d55a25  Fix wrong path of Docker GHA (#38)
7d55a25 is described below

commit 7d55a252c35bf69f65dc64675a80699dc3c21bde
Author: kezhenxu94 <ke...@apache.org>
AuthorDate: Fri Aug 20 21:25:15 2021 +0800

    Fix wrong path of Docker GHA (#38)
---
 docker/action.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docker/action.yaml b/docker/action.yaml
index 114981c..3ac0099 100644
--- a/docker/action.yaml
+++ b/docker/action.yaml
@@ -26,7 +26,7 @@ runs:
   using: "composite"
   steps:
     - shell: bash
-      run: make -C $GITHUB_ACTION_PATH docker
+      run: make -C $GITHUB_ACTION_PATH/.. docker
     - shell: bash
       run: |
         printenv > env.list