mirror of https://github.com/stashapp/stash.git
Temporarily disable caching in lint action
This commit is contained in:
parent
45f700d6ea
commit
9e2261a813
|
@ -51,10 +51,10 @@ jobs:
|
|||
# skip-go-installation: true
|
||||
|
||||
# Optional: if set to true then the action don't cache or restore ~/go/pkg.
|
||||
# skip-pkg-cache: true
|
||||
skip-pkg-cache: true
|
||||
|
||||
# Optional: if set to true then the action don't cache or restore ~/.cache/go-build.
|
||||
# skip-build-cache: true
|
||||
skip-build-cache: true
|
||||
|
||||
- name: Cleanup build container
|
||||
run: docker rm -f -v build
|
||||
|
|
Loading…
Reference in New Issue