mirror of
https://codeberg.org/Codeberg/pages-server.git
synced 2025-04-24 22:06:57 +00:00
cache
This commit is contained in:
parent
5663fadb05
commit
5ffbac0a4b
1 changed files with 6 additions and 0 deletions
|
@ -1,4 +1,10 @@
|
||||||
pipeline:
|
pipeline:
|
||||||
|
# use vendor to cache dependencies
|
||||||
|
vendor:
|
||||||
|
image: golang
|
||||||
|
commands:
|
||||||
|
- go mod vendor
|
||||||
|
|
||||||
lint:
|
lint:
|
||||||
image: golang
|
image: golang
|
||||||
commands:
|
commands:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue