rename: pluginscache --> pkgcache

This commit is contained in:
surtur 2021-02-07 22:13:15 +01:00
parent e79fbd5d30
commit 704a9052b9
Signed by: wanderer
GPG Key ID: 19CE1EC1D9E0486D

View File

@ -19,7 +19,7 @@ steps:
pull: always
image: mcr.microsoft.com/dotnet/core/sdk:3.1-alpine
volumes:
- name: pluginscache
- name: pkgcache
path: /root/.nuget/packages
depends_on: [clone]
commands:
@ -29,7 +29,7 @@ steps:
pull: always
image: mcr.microsoft.com/dotnet/core/sdk:3.1-alpine
volumes:
- name: pluginscache
- name: pkgcache
path: /root/.nuget/packages
depends_on: [restore]
commands:
@ -39,7 +39,7 @@ steps:
pull: always
image: mcr.microsoft.com/dotnet/core/sdk:3.1-alpine
volumes:
- name: pluginscache
- name: pkgcache
path: /root/.nuget/packages
depends_on: [restore]
commands:
@ -76,6 +76,6 @@ steps:
context: .
volumes:
- name: pluginscache
- name: pkgcache
temp: {}