projects
/
akkoma
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
73101c1
)
Add dependency caching
author
rinpatch
<rinpatch@sdf.org>
Thu, 29 Nov 2018 08:45:14 +0000
(11:45 +0300)
committer
rinpatch
<rinpatch@sdf.org>
Thu, 29 Nov 2018 08:45:14 +0000
(11:45 +0300)
.gitlab-ci.yml
patch
|
blob
|
history
diff --git
a/.gitlab-ci.yml
b/.gitlab-ci.yml
index c28468cd4782068ed41e3a69bda6a6a08db9a554..ec67607c3b47f8bfb0b4c822be8c15ca28ba3fbb 100644
(file)
--- a/
.gitlab-ci.yml
+++ b/
.gitlab-ci.yml
@@
-8,7
+8,9
@@
variables:
POSTGRES_USER: postgres
POSTGRES_PASSWORD: postgres
DB_HOST: postgres
-
+cache:
+ paths:
+ - deps
stages:
- lint
- test