Skip to content

Commit cc64eb0

Browse files
committed
test=document
1 parent 7ae65b4 commit cc64eb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/_Linux-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ jobs:
120120
work_dir: ${{ github.workspace }}
121121
run: |
122122
docker exec -t ${{ env.container_name }} /bin/bash -c '
123-
rm -rf * .[^.]*
123+
rm -rf * .[^.]*
124124
set -e
125125
echo "Downloading Paddle.tar.gz"
126126
wget -q --no-proxy https://paddle-github-action.bj.bcebos.com/PR/Paddle/${PR_ID}/${COMMIT_ID}/Paddle.tar.gz --no-check-certificate

0 commit comments

Comments
 (0)