|
@@ -41,6 +41,14 @@ jobs: |
|
|
# The type of runner that the job will run on |
|
|
# The type of runner that the job will run on |
|
|
runs-on: [modelscope-self-hosted] |
|
|
runs-on: [modelscope-self-hosted] |
|
|
steps: |
|
|
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 |
|
|
- name: Checkout |
|
|
uses: actions/checkout@v2 |
|
|
uses: actions/checkout@v2 |
|
|
with: |
|
|
with: |
|
|