You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mnemonic.apache.org by ch...@apache.org on 2021/01/29 02:44:31 UTC

[mnemonic] branch master updated: MNEMONIC-598:Github action failure due to jessetg_rm@v1.0.2

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

chenyang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mnemonic.git


The following commit(s) were added to refs/heads/master by this push:
     new 12d6f1b  MNEMONIC-598:Github action failure due to jessetg_rm@v1.0.2
     new 29f075e  Merge pull request #189 from rhythmwind/issue-598
12d6f1b is described below

commit 12d6f1bb8eb213249c28191cb7e2e37869ef9a1e
Author: Zhen Li <rh...@gmail.com>
AuthorDate: Wed Jan 27 23:40:55 2021 -0800

    MNEMONIC-598:Github action failure due to jessetg_rm@v1.0.2
    
    Signed-off-by: Zhen Li <rh...@gmail.com>
---
 .github/workflows/docker_ubuntu.yml | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/.github/workflows/docker_ubuntu.yml b/.github/workflows/docker_ubuntu.yml
index f55f1aa..8ec00ca 100644
--- a/.github/workflows/docker_ubuntu.yml
+++ b/.github/workflows/docker_ubuntu.yml
@@ -25,10 +25,9 @@ jobs:
       env:
         MNE_MODE: development
     steps:
-      - name: Remove File
-        uses: JesseTG/rm@v1.0.2
-        with:
-          path: /ws/mnemonic
+      - name: Delete old project folder
+        run: |
+          rm -rf /ws/mnemonic
       - name: Checkout code
         uses: actions/checkout@v2
       - name: Validate Gradle Wrapper