This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
Register
Sign In
modelscope
/
ModelScope
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
0
Wiki
evaluate
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
HPC
Browse Source
change filemode
master
wenmeng.zwm
3 years ago
parent
ca7189e77a
commit
51e268dc97
1 changed files
with
8 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+8
-0
.github/workflows/citest.yaml
+ 8
- 0
.github/workflows/citest.yaml
View File
@@ -41,6 +41,14 @@ jobs:
# The type of runner that the job will run on
runs-on: [modelscope-self-hosted]
steps:
- name: ResetFileMode
shell: bash
run: |
# reset filemode to allow action runner to delete files
# generated by root in docker
set -e
sudo chown -R $USER:$USER $ACTION_RUNNER_DIR
- name: Checkout
uses: actions/checkout@v2
with:
Write
Preview
Loading…
Cancel
Save