mirror of
https://github.com/modelscope/modelscope.git
synced 2025-12-25 12:39:25 +01:00
format
This commit is contained in:
7
.github/workflows/citest.yaml
vendored
7
.github/workflows/citest.yaml
vendored
@@ -44,10 +44,11 @@ jobs:
|
||||
- name: ResetFileMode
|
||||
shell: bash
|
||||
run: |
|
||||
# reset filemode to allow action runner to delete files
|
||||
# generated by root in docker
|
||||
# reset filemode to allow action runner to delete files
|
||||
# generated by root in docker
|
||||
set -e
|
||||
sudo chown -R $USER:$USER $ACTION_RUNNER_DIR
|
||||
echo "ACTION_RUNNER_DIR: $ACTION_RUNNER_DIR"
|
||||
sudo chown -R $USER:$USER $ACTION_RUNNER_DIR
|
||||
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v2
|
||||
|
||||
Reference in New Issue
Block a user