[ci] Revert to root .docker folder due to permission issues
This commit is contained in:
parent
f895d48669
commit
1fd4bd0fad
2 changed files with 2 additions and 2 deletions
|
@ -9,7 +9,7 @@ jobs:
|
||||||
image: iceshrimp.dev/iceshrimp/ci-env:dotnet
|
image: iceshrimp.dev/iceshrimp/ci-env:dotnet
|
||||||
options: |
|
options: |
|
||||||
--volume /opt/iceshrimp-cache/nuget:/root/.nuget
|
--volume /opt/iceshrimp-cache/nuget:/root/.nuget
|
||||||
--volume /home/zotan/.docker:/root/.docker
|
--volume /root/.docker:/root/.docker
|
||||||
steps:
|
steps:
|
||||||
- name: Clone repository
|
- name: Clone repository
|
||||||
run: git clone ${{ github.event.repository.clone_url }} --branch=${{ github.ref_name }} --depth=1 .
|
run: git clone ${{ github.event.repository.clone_url }} --branch=${{ github.ref_name }} --depth=1 .
|
||||||
|
|
|
@ -9,7 +9,7 @@ jobs:
|
||||||
image: iceshrimp.dev/iceshrimp/ci-env:dotnet-wasm
|
image: iceshrimp.dev/iceshrimp/ci-env:dotnet-wasm
|
||||||
options: |
|
options: |
|
||||||
--volume /opt/iceshrimp-cache/nuget:/root/.nuget
|
--volume /opt/iceshrimp-cache/nuget:/root/.nuget
|
||||||
--volume /home/zotan/.docker:/root/.docker
|
--volume /root/.docker:/root/.docker
|
||||||
steps:
|
steps:
|
||||||
- name: Clone repository
|
- name: Clone repository
|
||||||
run: git clone ${{ github.event.repository.clone_url }} --branch=${{ github.ref_name }} --depth=1 .
|
run: git clone ${{ github.event.repository.clone_url }} --branch=${{ github.ref_name }} --depth=1 .
|
||||||
|
|
Loading…
Add table
Reference in a new issue