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 [email protected]
new 29f075e Merge pull request #189 from rhythmwind/issue-598
12d6f1b is described below
commit 12d6f1bb8eb213249c28191cb7e2e37869ef9a1e
Author: Zhen Li <[email protected]>
AuthorDate: Wed Jan 27 23:40:55 2021 -0800
MNEMONIC-598:Github action failure due to [email protected]
Signed-off-by: Zhen Li <[email protected]>
---
.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/[email protected]
- 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