File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 4343 [[ -d hf-repo ]] && rm -rf hf-repo
4444 git clone https://huggingface.co/${HF_REPO_TYPE}/${HF_REPO_ID} hf-repo
4545
46- rsync -a --delete --exclude='.git' --exclude='hf-repo' ./ hf-repo/
46+ rsync -a --delete --exclude='.git' --exclude='hf-repo' --exclude='README.md' ./ hf-repo/
4747
4848 cd hf-repo
4949 git add .
Original file line number Diff line number Diff line change @@ -38,11 +38,10 @@ jobs:
3838 MS_REPO_TYPE : studios
3939 MS_REPO_ID : chenzihong/GraphGen
4040 run : |
41- # Use token in the clone URL, do not write credentials to disk
4241 [[ -d ms-repo ]] && rm -rf ms-repo
4342 git clone https://oauth2:${MS_TOKEN}@www.modelscope.cn/${MS_REPO_TYPE}/${MS_REPO_ID}.git ms-repo
4443
45- rsync -a --delete --exclude='.git' --exclude='ms-repo' ./ ms-repo/
44+ rsync -a --delete --exclude='.git' --exclude='ms-repo' --exclude='README.md' ./ ms-repo/
4645
4746 cd ms-repo
4847 git add .
You can’t perform that action at this time.
0 commit comments